Share via


RedirectResult.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

Returns Uri.

See Also

RedirectResult Class
System.Web.Http.Results Namespace

Return to top