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 (Declaration) |
|---|
Public Overridable ReadOnly Property HttpHandlerType As Type |
| C# |
|---|
public virtual Type HttpHandlerType { get; } |
| Visual C++ |
|---|
public:
virtual property Type^ HttpHandlerType {
Type^ get ();
} |
See Also