Neokernel API

HTMLFormWriter Class

HTMLFormWriter is a tool for writing simple HTML-based forms to a StringBuilder or AgentRequest output stream. This class makes it easier to create generic forms without dealing with lots of HTML.

For a list of all members of this type, see HTMLFormWriter Members .

System.Object
   HTMLFormWriter
      XHTMLFormWriter

public class HTMLFormWriter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.neokernel.httpd

Assembly: Neokernel (in Neokernel.exe)

See Also

HTMLFormWriter Members | com.neokernel.httpd Namespace