Gets the name of the http handler used to render the map on the server.

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

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

See Also