Gets the name of the http handler used to render the map on the server.
Namespace:
EGIS.Web.ControlsAssembly: EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Public Property HttpHandlerName As String Get Set |
C# |
---|
public string HttpHandlerName { get; set; } |
Visual C++ |
---|
public: property String^ HttpHandlerName { String^ get (); void set (String^ value); } |
JavaScript |
---|
function get_httpHandlerName(); function set_httpHandlerName(value); |