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
Public ReadOnly Property HttpHandlerName As String
	Get
C#
public string HttpHandlerName { get; }
Visual C++
public:
property String^ HttpHandlerName {
	String^ get ();
}
JavaScript
function get_httpHandlerName();

See Also