Share via


Controller.Initialize(RequestContext) Method

Definition

Initializes data that might not be available when the constructor is called.

protected override void Initialize(System.Web.Routing.RequestContext requestContext);

Parameters

requestContext
RequestContext

The HTTP context and route data.

Applies to