CardViewBuilder<T>.CardContentTemplate(String) Method
Specifies a custom template for card content. Mirrors the client-side cardContentTemplate option.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public CardViewBuilder<T> CardContentTemplate(
string templateContent
)
Parameters
| Name | Type | Description |
|---|---|---|
| templateContent | String | The HTML template string. |
Returns
| Type | Description |
|---|---|
| CardViewBuilder<T> | A reference to this instance after the method is called. |
See Also