Gets the type 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 Overridable ReadOnly Property HttpHandlerType As Type
	Get
C#
public virtual Type HttpHandlerType { get; }
Visual C++
public:
virtual property Type^ HttpHandlerType {
	Type^ get ();
}
JavaScript
function get_httpHandlerType();

See Also