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 the location at which the content has been created.
Namespace: System.Web.Http.Results
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public Uri Location { get; }
public:
property Uri^ Location {
Uri^ get();
}
member Location : Uri with get
Public ReadOnly Property Location As Uri
Property Value
Type: System.Uri
The location at which the content has been created.
See Also
CreatedNegotiatedContentResult<T> Class
System.Web.Http.Results Namespace
Return to top