Neokernel API

XHTMLFormWriter.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 override void writeLoginFields(Props)

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

public override void writeLoginFields(string,string)

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace