Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class FullRefreshPropertiesMetaData

Renders a hidden input element with a data-epi-full-refresh-property-names attribute containing a comma separated list of names of properties that requires a full page refresh when edited.

Inheritance
System.Object
FullRefreshPropertiesMetaData
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Web.WebControls.dll
Version: 11.20.7
Syntax
public class FullRefreshPropertiesMetaData : WebControl
Remarks

Make sure that this control is used somewhere in the markup if you have registered any properties for full refresh. The list of property names is collected from EditHints.

Constructors

FullRefreshPropertiesMetaData()

Declaration
public FullRefreshPropertiesMetaData()

Methods

Render(HtmlTextWriter)

Renders a hidden input element with a data-epi-full-refresh-property-names attribute containing a comma separated list of names of properties that requires a full page refresh when edited.

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

The System.Web.UI.HtmlTextWriter object that receives the control content.

Remarks

Make sure that this control is used somewhere in the markup if you have registered any properties for full refresh. The list of property names is collected from EditHints.

Extension Methods