Share via


WebHelpers Class

 

Provides helper methods for processing requests.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Helpers.WebHelpers

Syntax

public static class WebHelpers
public ref class WebHelpers abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WebHelpers = class end
Public NotInheritable Class WebHelpers

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ParseForm(String)

Parses an HTTP form body.

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.Helpers Namespace

Return to top