C# Class com.microsoft.dx.officewopi.Controllers.HomeController

Inheritance: Controller
Exibir arquivo Open project: OfficeDev/PnP-WOPI

Public Methods

Method Description
Error ( string error ) : System.Web.Mvc.ActionResult

Error view displays error messages passed from other controllers

Private Methods

Method Description
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

Method Details

Error() public method

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