Method | Description | |
---|---|---|
ExecuteBindingAsync ( System.Web.Http.Metadata.ModelMetadataProvider metadataProvider, System.Web.Http.Controllers.HttpActionContext actionContext, |
Asynchronously executes the binding for the given request.
|
|
VersionParameterBinding ( HttpParameterDescriptor p ) : System |
VersionParameterBinding クラスの新しいインスタンスを初期化します。
|
public ExecuteBindingAsync ( System.Web.Http.Metadata.ModelMetadataProvider metadataProvider, System.Web.Http.Controllers.HttpActionContext actionContext, |
||
metadataProvider | System.Web.Http.Metadata.ModelMetadataProvider | Metadata provider to use for validation. |
actionContext | System.Web.Http.Controllers.HttpActionContext | The action context for the binding. The action context contains the parameter dictionary that will get populated with the parameter. |
cancellationToken | Cancellation token for cancelling the binding operation. | |
return | Task |
public VersionParameterBinding ( HttpParameterDescriptor p ) : System | ||
p | HttpParameterDescriptor | An |
return | System |