View Source
Class MacroRenderingController.MacroParameterModel
Inheritance
System.Object
Assembly: Umbraco.Web.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.Collections.Generic.IDictionary<System.String, System.Object> |
|
View Source
PageId
Declaration
public int PageId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|