Writes a hidden input parameter to the form output as retrieved from the Props using the specified name as the Props key.
Writes a hidden input parameter to the form output as retrieved from the Props using the specified name as the Props key.
public virtual void writeHiddenField(string,Props)
Writes a hidden input parameter to the form output.
public virtual void writeHiddenField(string,string)
HTMLFormWriter Class | com.neokernel.httpd Namespace