WebUtilities Class

 

Response generation utilities.

Namespace:   Microsoft.Owin.Infrastructure
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin.Infrastructure::WebUtilities

public ref class WebUtilities abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAddQueryString(String^, IDictionary<String^, String^>^)

Append the given query keys and values to the uri.

System_CAPS_pubmethodSystem_CAPS_staticAddQueryString(String^, String^)

Append the given query to the uri.

System_CAPS_pubmethodSystem_CAPS_staticAddQueryString(String^, String^, String^)

Append the given query key and value to the uri.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: