C# Class DiffbotExample.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: TheRightChoyce/diffbot-csharp

Public Methods

Method Description
FrontpageJson ( string url, bool html ) : System.Web.Mvc.JsonResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Article ( ) : System.Web.Mvc.ActionResult
Article ( string url, bool html ) : System.Web.Mvc.JsonResult
Frontpage ( ) : System.Web.Mvc.ActionResult

Method Details

FrontpageJson() public method

public FrontpageJson ( string url, bool html ) : System.Web.Mvc.JsonResult
url string
html bool
return System.Web.Mvc.JsonResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult