Neokernel API

XHTMLFormWriter.writeField(String, String, Props, Int32) Method

Writes a standard input field to the form output displaying the value as retrieved from the Props using the specified name as the Props key.

public override void writeField(
   string label,
   string name,
   Props p,
   int size
);

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace | XHTMLFormWriter.writeField Overload List