Table of Contents

Class FormMethodNames

Namespace
AngleSharp.Html
Assembly
AngleSharp.dll

The collection of (known / used) form method names.

public static class FormMethodNames
Inheritance
FormMethodNames
Inherited Members

Fields

Dialog

The dialog method.

public static readonly string Dialog

Field Value

string

Get

The get method.

public static readonly string Get

Field Value

string

Post

The post method.

public static readonly string Post

Field Value

string