IUseWebApiParameterConventions Interface

Definition

Indicates the model binding system should use ASP.NET Web API conventions for parameters of a controller's actions. For example, bind simple types from the URI.

public interface class IUseWebApiParameterConventions
public interface IUseWebApiParameterConventions
type IUseWebApiParameterConventions = interface
Public Interface IUseWebApiParameterConventions
Derived

Applies to