Class PropertyRenderInformation
Inheritance
System.Object
PropertyRenderInformation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.UI
Assembly: EPiServer.UI.dll
Version: 11.20.7Syntax
public class PropertyRenderInformation
Constructors
PropertyRenderInformation()
Declaration
public PropertyRenderInformation()
Properties
Attributes
Declaration
public IEnumerable<PropertyRenderInformation.SimpleAttribute> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<PropertyRenderInformation.SimpleAttribute> |
InnerHtml
Declaration
public string InnerHtml { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetRenderInformation(String)
Declaration
public static PropertyRenderInformation GetRenderInformation(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |
Returns
Type | Description |
---|---|
PropertyRenderInformation |