ResourceExecutingContext Class

Definition

public ref class ResourceExecutingContext : Microsoft::AspNetCore::Mvc::Filters::FilterContext
public class ResourceExecutingContext : Microsoft.AspNetCore.Mvc.Filters.FilterContext
type ResourceExecutingContext = class
    inherit FilterContext
Public Class ResourceExecutingContext
Inherits FilterContext
Inheritance
ResourceExecutingContext

Constructors

ResourceExecutingContext(ActionContext, IList<IFilterMetadata>, IList<IValueProviderFactory>)

Creates a new ResourceExecutingContext.

Properties

ActionDescriptor

Gets or sets the ActionDescriptor for the selected action.

(Inherited from ActionContext)
Filters

Gets all applicable IFilterMetadata implementations.

(Inherited from FilterContext)
HttpContext

Gets or sets the HttpContext for the current request.

(Inherited from ActionContext)
ModelState

Gets the ModelStateDictionary.

(Inherited from ActionContext)
Result

Gets or sets the result of the action to be executed.

RouteData

Gets or sets the RouteData for the current request.

(Inherited from ActionContext)
ValueProviderFactories

Gets the list of IValueProviderFactory instances used by model binding.

Methods

FindEffectivePolicy<TMetadata>()

Returns the most effective (most specific) policy of type TMetadata applied to the action associated with the FilterContext.

(Inherited from FilterContext)
IsEffectivePolicy<TMetadata>(TMetadata)

Returns a value indicating whether the provided IFilterMetadata is the most effective policy (most specific) applied to the action associated with the FilterContext.

(Inherited from FilterContext)

Applies to