SaaS CMS has officially launched! Learn more now.

Class PropertyDocumentUrlControl

Displays a link to a media file.

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

Constructors

PropertyDocumentUrlControl()

Declaration
public PropertyDocumentUrlControl()

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