Neokernel API

HTMLFormWriter.writeHeader Method

Writes the form header to the output. Call this method first to properly begin the form HTML. 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 HTML. This creates a POST type request to the specified submitURL.

public virtual void writeHeader(string)

Writes the form header to the output. Call this method first to properly begin the form HTML. 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 virtual void writeHeader(string,Props)

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace