HomeControllerPasswordReset Method (FormCollection) | |
Reset the user password (HTTP post)
Namespace:
SOWIWeb.Foundation.Controllers
Assembly:
SOWIWeb.Foundation (in SOWIWeb.Foundation.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public ActionResult PasswordReset(
FormCollection pForm
)
Public Function PasswordReset (
pForm As FormCollection
) As ActionResult
Parameters
- pForm
- Type: FormCollection
Form fields from view
Return Value
Type:
ActionResult[Missing <returns> documentation for "M:SOWIWeb.Foundation.Controllers.HomeController.PasswordReset(System.Web.Mvc.FormCollection)"]
See Also