A simple URL provider that constructs URLs in which the state of each command is represented as a query-string parameter.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class BasicUrlProvider : UrlProvider
Visual Basic (Declaration)
Public Class BasicUrlProvider _
	Inherits UrlProvider
Visual C++
public ref class BasicUrlProvider : public UrlProvider

Remarks

By default, this class uses a UrlCommandSerializationProvider to generate a string representing the state of each command. An application can customize the CommandSerializationProvider that used by registering a CommandSerializationProvider in the application configuration file with the name 'Url'.

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url..::.UrlProvider
    Endeca.Web.Url..::.BasicUrlProvider

See Also