Class HyperlinkProperties
Inheritance
System.Object
HyperlinkProperties
Assembly: EPiServer.UI.dll
Version: 11.20.7
public class HyperlinkProperties : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
Declaration
public HyperlinkProperties()
Fields
Declaration
protected TabStrip actionTab
Field Value
Declaration
protected HtmlInputHidden activeTab
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputHidden |
|
Declaration
protected ToolButton DeleteButton
Field Value
Declaration
protected DropDownList documentframe
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
Declaration
protected Panel DocumentPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Declaration
protected Tab DocumentTab
Field Value
Declaration
protected Panel EmailPanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
Declaration
Field Value
Declaration
protected DropDownList linkframe
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
Declaration
protected InputPageReference linkinternalurl
Field Value
Declaration
protected DropDownList linklanguages
Field Value
Type |
Description |
System.Web.UI.WebControls.DropDownList |
|
Declaration
protected HtmlInputRadioButton linktypeanchor
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
Declaration
protected HtmlInputRadioButton linktypeexternal
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
Declaration
protected HtmlInputRadioButton linktypeinternal
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlInputRadioButton |
|
Declaration
protected ToolButton OkButton
Field Value
Declaration
protected string TabDisabledClass
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
WebPagePanel
Declaration
protected Panel WebPagePanel
Field Value
Type |
Description |
System.Web.UI.WebControls.Panel |
|
WebPageTab
Declaration
Field Value
Properties
Declaration
protected bool DocumentNotFound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool DocumentUnauthorizedAccess { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected string ErrorMessage { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected string Frame { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
protected bool IsExternalDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool IsInternalDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool IsInternalUrl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool IsMailLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected bool IsNetworkDocument { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsUnresolvedInternalLink { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
PageAccessDenied
Declaration
protected bool PageAccessDenied { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PageNameFieldId
Declaration
protected string PageNameFieldId { get; }
Property Value
Type |
Description |
System.String |
|
PageNotFound
Declaration
protected bool PageNotFound { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
protected string PageRefFieldId { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Implements
Extension Methods