SaaS CMS has officially launched! Learn more now.

Interface IPropertyDescriptor

Describes a property.

Namespace: EPiServer.Web
Assembly: EPiServer.Cms.AspNetCore.Templating.dll
Version: 12.0.3
Syntax
public interface IPropertyDescriptor

Properties

Model

The value of the property.

Declaration
object Model { get; }
Property Value
Type Description
System.Object

ModelType

The type of the Property.

Declaration
Type ModelType { get; }
Property Value
Type Description
System.Type

Name

The name of the property.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Extension Methods