IFilterBindingWhenSyntax Members
The IFilterBindingWhenSyntax<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
When(Func<(Of <<'(IRequest, Boolean>)>>)) |
Indicates that the binding should be used only for requests that support the specified condition.
|
|
|
When(Func<(Of <<'(ControllerContext, ActionDescriptor, Boolean>)>>)) |
Indicates that the binding should be used only for requests that support the specified condition.
|
|
|
WhenActionMethodHas(Type) |
Indicates that the binding should be used only when the action method has
an attribute of the specified type.
|
|
|
WhenActionMethodHas<(Of <<'(TAttribute>)>>)()()()() |
Indicates that the binding should be used only when the action method has
an attribute of the specified type.
|
|
|
WhenActionMethodHasNo(Type) |
Indicates that the binding should be used only when the action method has
no attribute of the specified type.
|
|
|
WhenActionMethodHasNo<(Of <<'(TAttribute>)>>)()()()() |
Indicates that the binding should be used only when the action method has
no attribute of the specified type.
|
|
|
WhenControllerHas(Type) |
Indicates that the binding should be used only when the controller has
an attribute of the specified type.
|
|
|
WhenControllerHas<(Of <<'(TAttribute>)>>)()()()() |
Indicates that the binding should be used only when the controller has
an attribute of the specified type.
|
|
|
WhenControllerHasNo(Type) |
Indicates that the binding should be used only when the controller has
no attribute of the specified type.
|
|
|
WhenControllerHasNo<(Of <<'(TAttribute>)>>)()()()() |
Indicates that the binding should be used only when the controller has
no attribute of the specified type.
|
|
|
WhenControllerType(Type) |
Whens the type of the controller.
|
|
|
WhenControllerType<(Of <<'(TAttribute>)>>)()()()() |
Whens the type of the controller.
|

