IUseWebApiParameterConventions Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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