|
DataContextConfigureView(HttpRequestMessage, Object) Method
|
Configures a simple view with common view bag parameters.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax function ConfigureView(request, viewBag);
View SourceParameters
- request HttpRequestMessage
- HTTP request message for view used to derive route ID, if any.
- viewBag Object
- Current view bag.
Remarks
This is normally called from controller before returning view action result.
For self-hosted web servers, route ID is passed as a command line parameter, e.g.: myview.cshtml?RouteID=ShowDeleted
See Also