WebUtilities Class
Response generation utilities.
Namespace: Microsoft.Owin.Infrastructure
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Infrastructure.WebUtilities
Syntax
public static class WebUtilities
public ref class WebUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
type WebUtilities = class end
Public NotInheritable Class WebUtilities
Methods
Name | Description | |
---|---|---|
AddQueryString(String, IDictionary<String, String>) | Append the given query keys and values to the uri. |
|
AddQueryString(String, String) | Append the given query to the uri. |
|
AddQueryString(String, String, String) | Append the given query key and value to the uri. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Infrastructure Namespace
Return to top