Click or drag to resize

IControllerStandard Properties

The IControllerStandard type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleActionName
Action respectively View name to invokes
Public propertyControllerContext
Encapsulates information about an HTTP request that matches specified RouteBase and ControllerBase instances.
Public propertyCode exampleControllerName
Web controller name
Public propertyDictionaryUI
User interface dictionary (this can be Null)
Public propertyCode exampleID
Optional route element for e.g. data record
Public propertyCode exampleParameter
Optional route element for more arguments
Public propertyUrl
Contains methods to build URLs for ASP.NET MVC within an application.
Top
See Also