View Source
Class RenderNoContentController
Inheritance
System.Object
Assembly: Umbraco.Web.Website.dll
Syntax
public class RenderNoContentController : Controller
Constructors
View Source
RenderNoContentController(IUmbracoContextAccessor, IHostingEnvironment, IOptionsSnapshot<GlobalSettings>)
Declaration
public RenderNoContentController(IUmbracoContextAccessor umbracoContextAccessor, IHostingEnvironment hostingEnvironment, IOptionsSnapshot<GlobalSettings> globalSettings)
Parameters
Type |
Name |
Description |
IUmbracoContextAccessor |
umbracoContextAccessor |
|
IHostingEnvironment |
hostingEnvironment |
|
IOptionsSnapshot<GlobalSettings> |
globalSettings |
|
Methods
View Source
Index()
Declaration
public ActionResult Index()
Returns
Type |
Description |
ActionResult |
|