makePostLink

Like the Html overload, this uses a <button> tag to get fancier with the submit button. The element you pass is appended to the submit button.

  1. Form makePostLink(string href, string innerText, string[string] params)
  2. Form makePostLink(string href, Html innerHtml, string[string] params)
  3. Form makePostLink(string href, Element submitButtonContents, string[string] params)
    Form
    makePostLink
    (
    string href
    ,,
    string[string] params = null
    )
  4. Form makePostLink(Element link)

Meta