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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.