Provides methods allowing an ICommandSource implementation to specify additional state that should be included when a UrlProvider constructs a URL.

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

Syntax

C#
public interface IUrlStateExtension
Visual Basic (Declaration)
Public Interface IUrlStateExtension
Visual C++
public interface class IUrlStateExtension

Remarks

This interface supports UrlManager. In general, application code does not need to interact with this interface.

See Also