Neokernel API

XHTMLFormWriter.writeHiddenField Method

Writes a hidden input parameter to the form output as retrieved from the Props using the specified name as the Props key.

Overload List

Writes a hidden input parameter to the form output as retrieved from the Props using the specified name as the Props key.

public override void writeHiddenField(string,Props)

Writes a hidden input parameter to the form output.

public override void writeHiddenField(string,string)

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace