Table of Contents

Class MacroRenderingController.MacroParameterModel

Namespace
Umbraco.Cms.Web.BackOffice.Controllers
Assembly
Umbraco.Web.BackOffice.dll
public class MacroRenderingController.MacroParameterModel
Inheritance
MacroRenderingController.MacroParameterModel
Inherited Members

Constructors

MacroParameterModel()

public MacroParameterModel()

Properties

MacroAlias

public string? MacroAlias { get; set; }

Property Value

string

MacroParams

public IDictionary<string, object>? MacroParams { get; set; }

Property Value

IDictionary<string, object>

PageId

public int PageId { get; set; }

Property Value

int