IDataServiceHost.AbsoluteRequestUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an absolute URI that is the URI as sent by the client.
public:
property Uri ^ AbsoluteRequestUri { Uri ^ get(); };
public Uri AbsoluteRequestUri { get; }
member this.AbsoluteRequestUri : Uri
Public ReadOnly Property AbsoluteRequestUri As Uri
Property Value
A string that is the absolute URI of the request.
Remarks
The AbsoluteRequestUri property always returns the absolute URI from the client HTTP request. This enables consistent access to the request URI, even in cases where the host revises the URI.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.