IFilterBindingWithSyntax Members
The IFilterBindingWithSyntax<(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.) |
|
|
WithConstructorArgument(String, Object) |
Indicates that the specified constructor argument should be overridden
value
|
|
|
WithConstructorArgument(String, Func<(Of <<'(IContext, Object>)>>)) |
Indicates that the specified constructor argument should be overridden with the specified value.
|
|
|
WithConstructorArgument(String, Func<(Of <<'(IContext, ControllerContext, ActionDescriptor, Object>)>>)) |
Indicates that the specified constructor argument should be overridden with the specified value.
|
|
|
WithConstructorArgumentFromActionAttribute<(Of <<'(TAttribute>)>>) |
Indicates that the specified constructor argument should be overridden with the specified value.
The value is retrieved from an attribute on the action of the specified type.
|
|
|
WithConstructorArgumentFromControllerAttribute<(Of <<'(TAttribute>)>>) |
Indicates that the specified constructor argument should be overridden with the specified value.
The value is retrieved from an attribute on the controller of the specified type.
|
|
|
WithMetadata |
Sets the value of a piece of metadata on the binding.
|
|
|
WithParameter |
Adds a custom parameter to the binding.
|
|
|
WithPropertyValue(String, Object) |
Indicates that the specified property should be injected with the specified value.
|
|
|
WithPropertyValue(String, Func<(Of <<'(IContext, Object>)>>)) |
Indicates that the specified property should be injected with the specified value.
|
|
|
WithPropertyValue(String, Func<(Of <<'(IContext, ControllerContext, ActionDescriptor, Object>)>>)) |
Indicates that the specified property should be injected with the specified value.
|
|
|
WithPropertyValueFromActionAttribute<(Of <<'(TAttribute>)>>) |
Indicates that the specified property should be injected with the specified value.
The value is retrieved from an attribute on the action of the specified type.
|
|
|
WithPropertyValueFromControllerAttribute<(Of <<'(TAttribute>)>>) |
Indicates that the specified property should be injected with the specified value.
The value is retrieved from an attribute on the controller of the specified type.
|

