ActionConstraintProviderContext Class
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.
Context for an action constraint provider.
public ref class ActionConstraintProviderContext
public class ActionConstraintProviderContext
type ActionConstraintProviderContext = class
Public Class ActionConstraintProviderContext
- Inheritance
-
ActionConstraintProviderContext
Constructors
ActionConstraintProviderContext(HttpContext, ActionDescriptor, IList<ActionConstraintItem>) |
Creates a new ActionConstraintProviderContext. |
Properties
Action |
The ActionDescriptor for which constraints are being created. |
HttpContext |
The HttpContext associated with the request. |
Results |
The list of ActionConstraintItem objects. |