UriParser.GetComponents(Uri, UriComponents, UriFormat) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 URI 取得元件。
protected:
virtual System::String ^ GetComponents(Uri ^ uri, UriComponents components, UriFormat format);
protected virtual string GetComponents (Uri uri, UriComponents components, UriFormat format);
abstract member GetComponents : Uri * UriComponents * UriFormat -> string
override this.GetComponents : Uri * UriComponents * UriFormat -> string
Protected Overridable Function GetComponents (uri As Uri, components As UriComponents, format As UriFormat) As String
參數
- uri
- Uri
要剖析的 URI。
- components
- UriComponents
要從 uri
擷取的 UriComponents。
傳回
包含元件的字串。
例外狀況
備註
使用 GetComponents 方法來判斷 URI 的各個部分值,例如 Scheme、Host或 Port。
元件會依照它們出現在 URI 中的順序傳回。 例如,如果指定 Scheme,它會先出現。