Neokernel API

HTMLFormWriter.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 virtual void writeField(
   string label,
   string name,
   Props p,
   int size
);

See Also

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