Class TemplateContentAttribute
Defines the property that contains the object's content in markup.
[AttributeUsage(AttributeTargets.Property)]
public sealed class TemplateContentAttribute : Attribute
- Inheritance
-
TemplateContentAttribute
- Inherited Members
Constructors
TemplateContentAttribute()
public TemplateContentAttribute()
Properties
TemplateResultType
public Type? TemplateResultType { get; set; }