Neokernel API

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

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

See Also

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