• Core
  • Infrastructure
  • Web
  • Extensions
Search Results for

    Show / Hide Table of Contents
    View Source

    Class GridTemplateExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public static class GridTemplateExtensions

    Methods

    View Source

    GetGridHtml(IPublishedContent, IHtmlHelper)

    Declaration
    public static IHtmlContent GetGridHtml(this IPublishedContent contentItem, IHtmlHelper html)
    Parameters
    Type Name Description
    IPublishedContent contentItem
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IPublishedContent, IHtmlHelper, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IPublishedContent contentItem, IHtmlHelper html, string propertyAlias)
    Parameters
    Type Name Description
    IPublishedContent contentItem
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    System.String propertyAlias
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IPublishedContent, IHtmlHelper, String, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IPublishedContent contentItem, IHtmlHelper html, string propertyAlias, string framework)
    Parameters
    Type Name Description
    IPublishedContent contentItem
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    System.String propertyAlias
    System.String framework
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IPublishedProperty, IHtmlHelper, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IPublishedProperty property, IHtmlHelper html, string framework = "bootstrap3")
    Parameters
    Type Name Description
    IPublishedProperty property
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    System.String framework
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedContent)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedContent contentItem)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedContent contentItem
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedContent, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedContent contentItem, string propertyAlias)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedContent contentItem
    System.String propertyAlias
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedContent, String, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedContent contentItem, string propertyAlias, string framework)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedContent contentItem
    System.String propertyAlias
    System.String framework
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedElement)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedElement contentItem)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedElement contentItem
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedElement, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedElement contentItem, string propertyAlias)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedElement contentItem
    System.String propertyAlias
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedElement, String, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedElement contentItem, string propertyAlias, string framework)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedElement contentItem
    System.String propertyAlias
    System.String framework
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    View Source

    GetGridHtml(IHtmlHelper, IPublishedProperty, String)

    Declaration
    public static IHtmlContent GetGridHtml(this IHtmlHelper html, IPublishedProperty property, string framework = "bootstrap3")
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper html
    IPublishedProperty property
    System.String framework
    Returns
    Type Description
    Microsoft.AspNetCore.Html.IHtmlContent
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetGridHtml(IPublishedContent, IHtmlHelper)
      • GetGridHtml(IPublishedContent, IHtmlHelper, String)
      • GetGridHtml(IPublishedContent, IHtmlHelper, String, String)
      • GetGridHtml(IPublishedProperty, IHtmlHelper, String)
      • GetGridHtml(IHtmlHelper, IPublishedContent)
      • GetGridHtml(IHtmlHelper, IPublishedContent, String)
      • GetGridHtml(IHtmlHelper, IPublishedContent, String, String)
      • GetGridHtml(IHtmlHelper, IPublishedElement)
      • GetGridHtml(IHtmlHelper, IPublishedElement, String)
      • GetGridHtml(IHtmlHelper, IPublishedElement, String, String)
      • GetGridHtml(IHtmlHelper, IPublishedProperty, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX