Neokernel API

XHTMLFormWriter.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 override void writeField(string,string,Props,int)

Writes a standard input field to the form output.

public override void writeField(string,string,int)

Writes a standard input field to the form output displaying the specified value.

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

See Also

XHTMLFormWriter Class | com.neokernel.httpd Namespace