C# 클래스 SimpleMvcSitemap.Website.Controllers.HomeController

상속: Microsoft.AspNetCore.Mvc.Controller
파일 보기 프로젝트 열기: uhaciogullari/SimpleMvcSitemap

공개 메소드들

메소드 설명
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

메소드 상세

Default() 공개 메소드

public Default ( ) : ActionResult
리턴 ActionResult

HomeController() 공개 메소드

public HomeController ( ) : Microsoft.AspNetCore.Mvc
리턴 Microsoft.AspNetCore.Mvc

HomeController() 공개 메소드

public HomeController ( ISitemapProvider sitemapProvider ) : Microsoft.AspNetCore.Mvc
sitemapProvider ISitemapProvider
리턴 Microsoft.AspNetCore.Mvc

Image() 공개 메소드

public Image ( ) : ActionResult
리턴 ActionResult

Index() 공개 메소드

public Index ( ) : ActionResult
리턴 ActionResult

Mobile() 공개 메소드

public Mobile ( ) : ActionResult
리턴 ActionResult

News() 공개 메소드

public News ( ) : ActionResult
리턴 ActionResult

StyleSheet() 공개 메소드

public StyleSheet ( ) : ActionResult
리턴 ActionResult

Translation() 공개 메소드

public Translation ( ) : ActionResult
리턴 ActionResult

Video() 공개 메소드

public Video ( ) : ActionResult
리턴 ActionResult