Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name to consider as the parameter name during model binding.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public string Name {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ Name {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
The parameter name to consider.
See Also
ModelBinderAttribute Class
System.Web.Http.ModelBinding Namespace
Return to top