Class PropertyFrame
Displays a dropdrowlist in editmode displaying the frames defined for the web site.
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[PropertyDefinitionTypePlugIn]
[EditorHint("Frame")]
public class PropertyFrame : PropertyNumber, IReadOnly<PropertyData>, IReadOnly
Constructors
PropertyFrame()
Declaration
public PropertyFrame()
Properties
FrameName
Gets or sets the name of the frame.
Declaration
public string FrameName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the frame. |
Methods
ToWebString()
Get the web string representation of the property's value, on properties that do not use the editor this string will not contain any markup characters.
Declaration
public override string ToWebString()
Returns
Type | Description |
---|---|
System.String | A string where all html tags except those defined in 'EPiServer.Configuration.Settings.UISafeHtmlTags' have been encoded and therefore will appear in the text instead of tags. |