API Reference
Class
HtmlSemanticForm
Typed, HTML-normalized form-container state.
Inheritance
- Object
- HtmlSemanticForm
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HtmlSemanticBlock.Form
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; } #Form id used by explicitly associated controls.
public String Action { get; } #Authored submission action, or an empty string when none was authored.
public String Method { get; } #Effective submission method: get, post, or dialog.
public String EncodingType { get; } #Effective submission encoding type.
public String Target { get; } #Submission target browsing context.
public Boolean NoValidate { get; } #Whether form validation is disabled.