HttpMethods.GetCanonicalizedValue(String) 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.
Returns the equivalent static instance, or the original instance if none match. This conversion is optional but allows for performance optimizations when comparing method values elsewhere.
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
Parameters
- method
- String