C# Class Example.Project.Web.Helpers.HtmlHelperExtensions

Show file Open project: juanplopes/simple

Public Methods

Method Description
ConfirmView ( this controller, object text ) : System.Web.Mvc.ViewResult
DeleteView ( this controller, object itemName ) : System.Web.Mvc.ViewResult

Method Details

ConfirmView() public static method

public static ConfirmView ( this controller, object text ) : System.Web.Mvc.ViewResult
controller this
text object
return System.Web.Mvc.ViewResult

DeleteView() public static method

public static DeleteView ( this controller, object itemName ) : System.Web.Mvc.ViewResult
controller this
itemName object
return System.Web.Mvc.ViewResult