Click or drag to resize

IControllerStandardControllerContext Property

Encapsulates information about an HTTP request that matches specified RouteBase and ControllerBase instances.

Namespace:  SOWIWeb.Helper.Interface
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
ControllerContext ControllerContext { get; set; }

Property Value

Type: ControllerContext
Remarks
Usage: SIC Test Helper for SOWI Web test controller objects

It's a object of System Web MVC Controller

See Also