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