Search Results for

    Show / Hide Table of Contents
    View Source

    Class UmbracoHelperAccessor

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.Common
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public class UmbracoHelperAccessor : IUmbracoHelperAccessor

    Constructors

    View Source

    UmbracoHelperAccessor(IHttpContextAccessor)

    Declaration
    public UmbracoHelperAccessor(IHttpContextAccessor httpContextAccessor)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor

    Methods

    View Source

    TryGetUmbracoHelper(out UmbracoHelper)

    Declaration
    public bool TryGetUmbracoHelper(out UmbracoHelper umbracoHelper)
    Parameters
    Type Name Description
    UmbracoHelper umbracoHelper
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UmbracoHelperAccessor(IHttpContextAccessor)
    • Methods
      • TryGetUmbracoHelper(out UmbracoHelper)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX