Controller.Initialize(RequestContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes data that might not be available when the constructor is called.
protected override void Initialize (System.Web.Routing.RequestContext requestContext);
override this.Initialize : System.Web.Routing.RequestContext -> unit
Protected Overrides Sub Initialize (requestContext As RequestContext)
Parameters
- requestContext
- RequestContext
The HTTP context and route data.