C# Class SimpleMvcSitemap.Website.Controllers.HomeController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Mostrar archivo Open project: uhaciogullari/SimpleMvcSitemap

Public Methods

Method Description
Default ( ) : ActionResult
HomeController ( ) : Microsoft.AspNetCore.Mvc
HomeController ( ISitemapProvider sitemapProvider ) : Microsoft.AspNetCore.Mvc
Image ( ) : ActionResult
Index ( ) : ActionResult
Mobile ( ) : ActionResult
News ( ) : ActionResult
StyleSheet ( ) : ActionResult
Translation ( ) : ActionResult
Video ( ) : ActionResult

Method Details

Default() public method

public Default ( ) : ActionResult
return ActionResult

HomeController() public method

public HomeController ( ) : Microsoft.AspNetCore.Mvc
return Microsoft.AspNetCore.Mvc

HomeController() public method

public HomeController ( ISitemapProvider sitemapProvider ) : Microsoft.AspNetCore.Mvc
sitemapProvider ISitemapProvider
return Microsoft.AspNetCore.Mvc

Image() public method

public Image ( ) : ActionResult
return ActionResult

Index() public method

public Index ( ) : ActionResult
return ActionResult

Mobile() public method

public Mobile ( ) : ActionResult
return ActionResult

News() public method

public News ( ) : ActionResult
return ActionResult

StyleSheet() public method

public StyleSheet ( ) : ActionResult
return ActionResult

Translation() public method

public Translation ( ) : ActionResult
return ActionResult

Video() public method

public Video ( ) : ActionResult
return ActionResult