Click or drag to resize

UserControllerDetailsOnActionResultPostCase Method

User address view details

Namespace:  SOWIWeb.Administrator.Controllers
Assembly:  SOWIWeb.Administrator (in SOWIWeb.Administrator.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
protected override ActionResult DetailsOnActionResultPostCase(
	string pSubmit,
	int ID
)

Parameters

pSubmit
Type: SystemString
Supported "address"
ID
Type: SystemInt32
User ID

Return Value

Type: ActionResult
If parameter pSubmit equal "address" then redirects to user Address Details (controller: Address, view: Details
See Also