IActionConstraintProvider Interface

Syntax

public interface IActionConstraintProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.ActionConstraints.IActionConstraintProvider

Properties

Order()

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the [Microsoft.AspNet.Mvc.ActionConstraints.IActionConstraintProvider.Order](Microsoft.AspNet.Mvc.ActionConstraints.IActionConstraintProvider.yml) property.

Return type:System.Int32
int Order { get; }

Methods

OnProvidersExecuted(Microsoft.AspNet.Mvc.ActionConstraints.ActionConstraintProviderContext)
Arguments:
void OnProvidersExecuted(ActionConstraintProviderContext context)
OnProvidersExecuting(Microsoft.AspNet.Mvc.ActionConstraints.ActionConstraintProviderContext)
Arguments:
void OnProvidersExecuting(ActionConstraintProviderContext context)