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