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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.