IUseWebApiParameterConventions 接口

定义

指示模型绑定系统应对控制器操作的参数使用 ASP.NET Web API约定。 例如,从 URI 绑定简单类型。

public interface class IUseWebApiParameterConventions
public interface IUseWebApiParameterConventions
type IUseWebApiParameterConventions = interface
Public Interface IUseWebApiParameterConventions
派生

适用于