Search Results for

    Show / Hide Table of Contents
    View Source

    Class MacroRenderingController.MacroParameterModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Web.BackOffice.Controllers
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class MacroParameterModel

    Properties

    View Source

    MacroAlias

    Declaration
    public string MacroAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    MacroParams

    Declaration
    public IDictionary<string, object>? MacroParams { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Object>>
    View Source

    PageId

    Declaration
    public int PageId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • MacroAlias
      • MacroParams
      • PageId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX