Neokernel API

HTMLFormWriter.writePassword(String, String, String, Int32) Method

Writes a password input field to the form output containing the specified value.

public virtual void writePassword(
   string label,
   string name,
   string default_value,
   int size
);

See Also

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