Search Results for

    Show / Hide Table of Contents
    View Source

    Class RenderNoContentController

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Website.Controllers
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RenderNoContentController(IUmbracoContextAccessor, IIOHelper, IOptionsSnapshot<GlobalSettings>)
      • RenderNoContentController(IUmbracoContextAccessor, IOptionsSnapshot<GlobalSettings>, IHostingEnvironment)
    • Methods
      • Index()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX