Method | Description | |
---|---|---|
ConfirmView ( this controller, object text ) : System.Web.Mvc.ViewResult | ||
DeleteView ( this controller, object itemName ) : System.Web.Mvc.ViewResult |
public static ConfirmView ( this controller, object text ) : System.Web.Mvc.ViewResult | ||
controller | this | |
text | object | |
return | System.Web.Mvc.ViewResult |
public static DeleteView ( this controller, object itemName ) : System.Web.Mvc.ViewResult | ||
controller | this | |
itemName | object | |
return | System.Web.Mvc.ViewResult |