Click or drag to resize

ControllerStandardDataItemClassDeleteOnActionResultGet Method

Called DeleteSetViewBag and gives a View object with data item by ID

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual ActionResult DeleteOnActionResultGet(
	int ID
)

Parameters

ID
Type: SystemInt32

[Missing <param name="ID"/> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.DeleteOnActionResultGet(System.Int32)"]

Return Value

Type: ActionResult

[Missing <returns> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.DeleteOnActionResultGet(System.Int32)"]

See Also