RouteAttribute.Name Property
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public string Name {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ Name {
[CompilerGeneratedAttribute]
virtual String^ get() sealed;
[CompilerGeneratedAttribute]
virtual void set(String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
Returns String.
Implements
See Also
RouteAttribute Class
System.Web.Http Namespace
Return to top