Uiinfrastructure API Docs
HTMLForm.SetMethod Method
Set the value of the method attribute.
public virtual
void
SetMethod(
string
s
);
Parameters
s
Either "post" or "get".
See Also
HTMLForm Class
|
com.plumtree.xpshared.htmlelements Namespace