MapMarkerPage Class

Shows an individual map marker, whether existing or new.

Definition

Namespace: MobileTrack.Web.Portal.Pages.MapMarkers
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
[RouteAttribute("/marker/{mapMarkerId:guid}/{activeTab:int}")]
[RouteAttribute("/marker/{mapMarkerId:guid}")]
[RouteAttribute("/marker/new")]
public class MapMarkerPage : ComponentBase
Inheritance
Object    ComponentBase    MapMarkerPage

Constructors

MapMarkerPageInitializes a new instance of the MapMarkerPage class

Properties

ActiveTab The Tab that will be opened at startup.
MapMarkerId Map marker ID from the route.

Methods

See Also