Neokernel API

XHTMLFormWriter.writeHeader(String, Props) 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. Hidden "login_name" and "login_hash" parameters are added to the form for the specified userProps.

public override void writeHeader(
   string submitURL,
   Props userProps
);

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace | XHTMLFormWriter.writeHeader Overload List