Neokernel API

XHTMLFormWriter.writeHeader Method

Writes the form header to the output. Call this method first to properly begin the form XHTML. This creates a POST type request to the specified submitURL.

Overload List

Writes the form header to the output. Call this method first to properly begin the form XHTML. This creates a POST type request to the specified submitURL.

public override void writeHeader(string)

Writes the form header to the output. Call this method first to properly begin the form XHTML. This creates a POST type request to the specified submitURL. Hidden "login_name" and "login_hash" parameters are added to the form for the specified userProps.

public override void writeHeader(string,Props)

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace