HttpMethods.GetCanonicalizedValue(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回相等的靜態實例,如果沒有相符,則傳回原始實例。 此轉換是選擇性的,但在比較其他位置的方法值時,允許效能優化。
public:
static System::String ^ GetCanonicalizedValue(System::String ^ method);
public static string GetCanonicalizedValue (string method);
static member GetCanonicalizedValue : string -> string
Public Shared Function GetCanonicalizedValue (method As String) As String
參數
- method
- String