Share via


CreatedODataResult<T>.LocationHeader Property

 

Gets the location header of the created entity.

Namespace:   System.Web.Http.OData.Results
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public Uri LocationHeader { get; }
public:
property Uri^ LocationHeader {
    Uri^ get();
}
member LocationHeader : Uri with get
Public ReadOnly Property LocationHeader As Uri

Property Value

Type: System.Uri

See Also

CreatedODataResult<T> Class
System.Web.Http.OData.Results Namespace

Return to top