Neokernel API

HTMLFormWriter.writeLoginFields Method

Hidden "login_name" and "login_hash" parameters are added to the form output using the "name" and "password" values of the specified Props.

Overload List

Hidden "login_name" and "login_hash" parameters are added to the form output using the "name" and "password" values of the specified Props.

public virtual void writeLoginFields(Props)

Hidden "login_name" and "login_hash" parameters are added to the form output using the specified name and password.

public virtual void writeLoginFields(string,string)

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace