Gets the ICommandSource that was registered with the UrlManager.

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

Syntax

C#
public ICommandSource CommandSource { get; }
Visual Basic (Declaration)
Public ReadOnly Property CommandSource As ICommandSource
Visual C++
public:
property ICommandSource^ CommandSource {
	ICommandSource^ get ();
}

See Also