MobileTrack Nexus Documentation
C#
Show/Hide TOC
Admin
App Class
The main application component for the Portal web application. It defines the
Router
and the layout of the application.
Definition
Namespace:
MobileTrack.Web.Portal.Pages.Admin
Assembly:
MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
class
AdminApp
:
ComponentBase
Inheritance
Object
ComponentBase
AdminApp
Constructors
AdminApp
Initializes a new instance of the
AdminApp
class
Methods
BuildRenderTree
(Overrides
ComponentBase
BuildRenderTree(RenderTreeBuilder)
)
See Also
Reference
MobileTrack.Web.Portal.Pages.Admin Namespace
In This Article
Definition
Constructors
Methods
See Also