Interface IPropertyDescriptor
Describes a property.
Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3Syntax
public interface IPropertyDescriptor
Properties
Model
The value of the property.
Declaration
object Model { get; }
Property Value
Type | Description |
---|---|
System. |
ModelType
The type of the Property.
Declaration
Type ModelType { get; }
Property Value
Type | Description |
---|---|
System. |
Name
The name of the property.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System. |