ResourceExecutedContext(ActionContext, IList<IFilterMetadata>) Constructor

Definition

Creates a new ResourceExecutedContext.

public:
 ResourceExecutedContext(Microsoft::AspNetCore::Mvc::ActionContext ^ actionContext, System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata ^> ^ filters);
public ResourceExecutedContext (Microsoft.AspNetCore.Mvc.ActionContext actionContext, System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata> filters);
new Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext : Microsoft.AspNetCore.Mvc.ActionContext * System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata> -> Microsoft.AspNetCore.Mvc.Filters.ResourceExecutedContext
Public Sub New (actionContext As ActionContext, filters As IList(Of IFilterMetadata))

Parameters

actionContext
ActionContext

The ActionContext.

filters
IList<IFilterMetadata>

The list of IFilterMetadata instances.

Applies to