Rebel.Cms.Web.RebelHelper.RenderMacro C# (CSharp) Method

RenderMacro() public method

Renders the macro with the specified alias.
public RenderMacro ( string alias ) : IHtmlString
alias string The alias.
return IHtmlString
        public IHtmlString RenderMacro(string alias)
        {
            return RenderMacro(alias, new {});
        }

Same methods

RebelHelper::RenderMacro ( string alias, object parameters ) : IHtmlString