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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.