Share via


CreatedNegotiatedContentResult<T>.Location Property

 

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