Retrieves the names and templates of search providers and appends them to the search URL for search results part to use.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual string GetProviders(
	string url
)
Visual Basic
Protected Overridable Function GetProviders ( 
	url As String
) As String
Visual C++
protected:
virtual String^ GetProviders(
	String^ url
)
F#
abstract GetProviders : 
        url : string -> string 
override GetProviders : 
        url : string -> string 

Parameters

url
Type: System..::..String
Search URL.

Return Value

Type: String
URL with provider and template names appended, if any.

See Also