IHtmlHelper.EndForm Method

Definition

Renders the </form> end tag to the response.

public:
 void EndForm();
public void EndForm ();
abstract member EndForm : unit -> unit
Public Sub EndForm ()

Remarks

In this context, "renders" means the method writes its output using Writer.

Applies to