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
Get
The get method.
public static readonly string Get
Field Value
Post
The post method.
public static readonly string Post