Skip to main content
All docs
V25.2
  • ID

    CardViewBuilder<T>.CardFooterTemplate(RazorBlock) Method

    Specifies a custom template for a card footer. Mirrors the client-side cardFooterTemplate option.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public CardViewBuilder<T> CardFooterTemplate(
        RazorBlock templateContent
    )

    Parameters

    Name Type Description
    templateContent RazorBlock

    The Razor @<text> block that contains the template markup.

    Returns

    Type Description
    CardViewBuilder<T>

    A reference to this instance after the method is called.

    See Also