CardViewBuilder<T>.CardContentTemplate(RazorBlock) Method
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> CardContentTemplate(
RazorBlock templateContent
)
Parameters
| Name | Type |
|---|---|
| templateContent | RazorBlock |
Returns
| Type |
|---|
| CardViewBuilder<T> |
See Also