Neokernel API

HTMLFormWriter.writeField 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.

Overload List

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,string,Props,int)

Writes a standard input field to the form output.

public virtual void writeField(string,string,int)

Writes a standard input field to the form with the specified default value.

public virtual void writeField(string,string,string,int)

See Also

HTMLFormWriter Class | com.neokernel.httpd Namespace