BeforeActionEventData(ActionDescriptor, HttpContext, RouteData) Constructor
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 a new instance of BeforeActionEventData.
public:
BeforeActionEventData(Microsoft::AspNetCore::Mvc::Abstractions::ActionDescriptor ^ actionDescriptor, Microsoft::AspNetCore::Http::HttpContext ^ httpContext, Microsoft::AspNetCore::Routing::RouteData ^ routeData);
public BeforeActionEventData (Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor actionDescriptor, Microsoft.AspNetCore.Http.HttpContext httpContext, Microsoft.AspNetCore.Routing.RouteData routeData);
new Microsoft.AspNetCore.Mvc.Diagnostics.BeforeActionEventData : Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor * Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Routing.RouteData -> Microsoft.AspNetCore.Mvc.Diagnostics.BeforeActionEventData
Public Sub New (actionDescriptor As ActionDescriptor, httpContext As HttpContext, routeData As RouteData)
Parameters
- actionDescriptor
- ActionDescriptor
The ActionDescriptor.
- httpContext
- HttpContext
The HttpContext.