CreatedAtRouteNegotiatedContentResult<T>.RouteName Property
Gets the name of the route to use for generating the URL.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public string RouteName { get; }
public:
property String^ RouteName {
String^ get();
}
member RouteName : string with get
Public ReadOnly Property RouteName As String
Property Value
Type: System.String
See Also
CreatedAtRouteNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top