IOptionalBinderMetadata 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.
An type that designates an optional parameter for the purposes of ASP.NET Web API action overloading. Optional parameters do not participate in overloading, and do not have to have a value for the action to be selected.
This has no impact when used without ASP.NET Web API action overloading.
public interface class IOptionalBinderMetadatapublic interface IOptionalBinderMetadatatype IOptionalBinderMetadata = interfacePublic Interface IOptionalBinderMetadata- Derived
Properties
| IsOptional | Gets a value indicating whether the parameter participates in ASP.NET Web API action overloading. If
 |