WebViewPage Class
Base class for Razor views
Namespace:
Suoranta.WebApp.ViewAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Remarks
To use on individual page, add @inherits Suoranta.WebApp.View.WebViewPage directive. To register globally, add <pages pageBaseType="Suoranta.WebApp.View.WebViewPage"> to Views\Web.config of the project.
Recommended additions to default namespaces (Views\Web.config):
- <add namespace="Suoranta.WebApp.Kendo" />
- <add namespace="Suoranta.WebApp.View.JS" />
Recognized ViewBag key-values:
Inheritance Hierarchy
WebPageExecutingBase
WebPageRenderingBase
WebPageBase
Suoranta.WebApp.View..::..WebViewPage

