Automatically loads the values of a Html posted form into the body of an email.
Automatically loads the values of a Html posted form into the body of an email.
public void LoadHtmlForm();
Automatically loads the values of a Html posted form, based upon HtmlFormOptions
public void LoadHtmlForm(HtmlFormOptions);
Automatically loads the values of a Html posted form, based upon HtmlFormOptions
public void LoadHtmlForm(string,HtmlFormOptions);
Automatically loads the values of a Html posted form, based upon HtmlFormOptions
public void LoadHtmlForm(string[],HtmlFormOptions);