|
IWebPageControllerBuilderUseModelT Method
|
Use the given model as the model to use when rendering Razor templates.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax JavaScript does not support generic types or methods.
Parameters
- model T
- Reference to model to use when rendering Razor templates.
Type Parameters
- T
- Type of model.
Return Value
IWebPageControllerBuilderThe web page controller builder.
See Also