SaaS CMS has officially launched! Learn more now.

Class PropertyImageUrlControl

Class for rendering image control

Inheritance
System.Object
PropertyImageUrlControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[TemplateDescriptor(TagString = "image")]
public class PropertyImageUrlControl : PropertyUrlControl, IPropertyControl, INamingContainer, IRenderSettings, IRenderTemplate<Url>, IRenderTemplate

Constructors

PropertyImageUrlControl()

Declaration
public PropertyImageUrlControl()

Methods

CreateDefaultControls()

Creates the default controls for the property. Used when the property is in view mode or in "on page edit" mode and the PropertyDataControl does not support on page editing.

Declaration
public override void CreateDefaultControls()
Overrides

Implements

System.Web.UI.INamingContainer

Extension Methods