C# 클래스 com.microsoft.dx.officewopi.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: OfficeDev/PnP-WOPI

공개 메소드들

메소드 설명
Error ( string error ) : System.Web.Mvc.ActionResult

Error view displays error messages passed from other controllers

비공개 메소드들

메소드 설명
Add ( ) : Task
Delete ( System.Guid id ) : Task
Detail ( System.Guid id ) : Task
Index ( ) : Task
getUserContainer ( ) : string

Simple function to correctly form a container name based on the signed in user

메소드 상세

Error() 공개 메소드

Error view displays error messages passed from other controllers
public Error ( string error ) : System.Web.Mvc.ActionResult
error string
리턴 System.Web.Mvc.ActionResult