FederationMessage.GetBaseUrl(Uri) Method
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.
Helper method that extracts the base URL from the specified URI.
public:
static Uri ^ GetBaseUrl(Uri ^ uri);
public static Uri GetBaseUrl (Uri uri);
static member GetBaseUrl : Uri -> Uri
Public Shared Function GetBaseUrl (uri As Uri) As Uri
Parameters
- uri
- Uri
The URI from which to extract the base URL.
Returns
The base URL that was extracted.
Remarks
The URL returned is the original URL without the query string.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.