API Reference

Class

HtmlSemanticForm

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

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

Properties

public String Id { get; } #

Form id used by explicitly associated controls.

public String Name { get; } #

Form name.

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.