Show / Hide Table of Contents

Class UrlControl

Inheritance
object
Control
TemplateControl
UserControl
UserControlBase
UrlControl
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor
Inherited Members
UserControlBase.IsHostMenu
UserControlBase.PortalSettings
UserControl.LoadViewState(object)
UserControl.SaveViewState()
UserControl.MapPath(string)
UserControl.UpdateModel<TModel>(TModel)
UserControl.UpdateModel<TModel>(TModel, IValueProvider)
UserControl.TryUpdateModel<TModel>(TModel)
UserControl.TryUpdateModel<TModel>(TModel, IValueProvider)
UserControl.Attributes
UserControl.Application
UserControl.Trace
UserControl.Request
UserControl.Response
UserControl.Server
UserControl.Cache
UserControl.CachePolicy
UserControl.IsPostBack
UserControl.Session
TemplateControl.Construct()
TemplateControl.OnCommitTransaction(EventArgs)
TemplateControl.OnAbortTransaction(EventArgs)
TemplateControl.OnError(EventArgs)
TemplateControl.CreateResourceBasedLiteralControl(int, int, bool)
TemplateControl.TestDeviceFilter(string)
TemplateControl.LoadControl(string)
TemplateControl.LoadControl(Type, object[])
TemplateControl.LoadTemplate(string)
TemplateControl.ParseControl(string)
TemplateControl.ParseControl(string, bool)
TemplateControl.Eval(string)
TemplateControl.Eval(string, string)
TemplateControl.XPath(string)
TemplateControl.XPath(string, IXmlNamespaceResolver)
TemplateControl.XPath(string, string)
TemplateControl.XPath(string, string, IXmlNamespaceResolver)
TemplateControl.XPathSelect(string)
TemplateControl.XPathSelect(string, IXmlNamespaceResolver)
TemplateControl.GetLocalResourceObject(string)
TemplateControl.GetLocalResourceObject(string, Type, string)
TemplateControl.GetGlobalResourceObject(string, string)
TemplateControl.GetGlobalResourceObject(string, string, Type, string)
TemplateControl.EnableTheming
TemplateControl.AppRelativeVirtualPath
TemplateControl.CommitTransaction
TemplateControl.AbortTransaction
TemplateControl.Error
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class UrlControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor

Constructors

UrlControl()

Declaration
protected UrlControl()

Fields

ErrorRow

Declaration
protected Panel ErrorRow
Field Value
Type Description
Panel

FileRow

Declaration
protected Panel FileRow
Field Value
Type Description
Panel

ImagesRow

Declaration
protected Panel ImagesRow
Field Value
Type Description
Panel

TabRow

Declaration
protected Panel TabRow
Field Value
Type Description
Panel

TypeRow

Declaration
protected Panel TypeRow
Field Value
Type Description
Panel

URLRow

Declaration
protected Panel URLRow
Field Value
Type Description
Panel

UserRow

Declaration
protected Panel UserRow
Field Value
Type Description
Panel

cboFiles

Declaration
protected DropDownList cboFiles
Field Value
Type Description
DropDownList

cboFolders

Declaration
protected DropDownList cboFolders
Field Value
Type Description
DropDownList

cboImages

Declaration
protected DropDownList cboImages
Field Value
Type Description
DropDownList

cboTabs

Declaration
protected DropDownList cboTabs
Field Value
Type Description
DropDownList

cboUrls

Declaration
protected DropDownList cboUrls
Field Value
Type Description
DropDownList

chkLog

Declaration
protected CheckBox chkLog
Field Value
Type Description
CheckBox

chkNewWindow

Declaration
protected CheckBox chkNewWindow
Field Value
Type Description
CheckBox

chkTrack

Declaration
protected CheckBox chkTrack
Field Value
Type Description
CheckBox

cmdAdd

Declaration
protected LinkButton cmdAdd
Field Value
Type Description
LinkButton

cmdCancel

Declaration
protected LinkButton cmdCancel
Field Value
Type Description
LinkButton

cmdDelete

Declaration
protected LinkButton cmdDelete
Field Value
Type Description
LinkButton

cmdSave

Declaration
protected LinkButton cmdSave
Field Value
Type Description
LinkButton

cmdSelect

Declaration
protected LinkButton cmdSelect
Field Value
Type Description
LinkButton

cmdUpload

Declaration
protected LinkButton cmdUpload
Field Value
Type Description
LinkButton

imgStorageLocationType

Declaration
protected Image imgStorageLocationType
Field Value
Type Description
Image

lblFile

Declaration
protected Label lblFile
Field Value
Type Description
Label

lblFolder

Declaration
protected Label lblFolder
Field Value
Type Description
Label

lblImages

Declaration
protected Label lblImages
Field Value
Type Description
Label

lblMessage

Declaration
protected Label lblMessage
Field Value
Type Description
Label

lblTab

Declaration
protected Label lblTab
Field Value
Type Description
Label

lblURL

Declaration
protected Label lblURL
Field Value
Type Description
Label

lblURLType

Declaration
protected Label lblURLType
Field Value
Type Description
Label

lblUser

Declaration
protected Label lblUser
Field Value
Type Description
Label

optType

Declaration
protected RadioButtonList optType
Field Value
Type Description
RadioButtonList

txtFile

Declaration
protected HtmlInputFile txtFile
Field Value
Type Description
HtmlInputFile

txtUrl

Declaration
protected TextBox txtUrl
Field Value
Type Description
TextBox

txtUser

Declaration
protected TextBox txtUser
Field Value
Type Description
TextBox

Properties

FileFilter

Declaration
public string FileFilter { get; set; }
Property Value
Type Description
string

IncludeActiveTab

Declaration
public bool IncludeActiveTab { get; set; }
Property Value
Type Description
bool

LocalResourceFile

Declaration
public string LocalResourceFile { get; set; }
Property Value
Type Description
string

Log

Declaration
public bool Log { get; }
Property Value
Type Description
bool

ModuleID

Declaration
public int ModuleID { get; set; }
Property Value
Type Description
int

NewWindow

Declaration
public bool NewWindow { get; set; }
Property Value
Type Description
bool

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool

ShowFiles

Declaration
public bool ShowFiles { get; set; }
Property Value
Type Description
bool

ShowImages

Declaration
public bool ShowImages { get; set; }
Property Value
Type Description
bool

ShowLog

Declaration
public bool ShowLog { get; set; }
Property Value
Type Description
bool

ShowNewWindow

Declaration
public bool ShowNewWindow { get; set; }
Property Value
Type Description
bool

ShowNone

Declaration
public bool ShowNone { get; set; }
Property Value
Type Description
bool

ShowTabs

Declaration
public bool ShowTabs { get; set; }
Property Value
Type Description
bool

ShowTrack

Declaration
public bool ShowTrack { get; set; }
Property Value
Type Description
bool

ShowUpLoad

Declaration
public bool ShowUpLoad { get; set; }
Property Value
Type Description
bool

ShowUrls

Declaration
public bool ShowUrls { get; set; }
Property Value
Type Description
bool

ShowUsers

Declaration
public bool ShowUsers { get; set; }
Property Value
Type Description
bool

Track

Declaration
public bool Track { get; }
Property Value
Type Description
bool

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
string

UrlType

Declaration
public string UrlType { get; set; }
Property Value
Type Description
string

Width

Declaration
public string Width { get; set; }
Property Value
Type Description
string

Methods

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
UserControl.OnInit(EventArgs)

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnLoad(EventArgs)

OnPreRender(EventArgs)

Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type Name Description
EventArgs e
Overrides
Control.OnPreRender(EventArgs)

cboFolders_SelectedIndexChanged(object, EventArgs)

Declaration
protected void cboFolders_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdAdd_Click(object, EventArgs)

Declaration
protected void cmdAdd_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdCancel_Click(object, EventArgs)

Declaration
protected void cmdCancel_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdDelete_Click(object, EventArgs)

Declaration
protected void cmdDelete_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdSave_Click(object, EventArgs)

Declaration
protected void cmdSave_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdSelect_Click(object, EventArgs)

Declaration
protected void cmdSelect_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

cmdUpload_Click(object, EventArgs)

Declaration
protected void cmdUpload_Click(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

optType_SelectedIndexChanged(object, EventArgs)

Declaration
protected void optType_SelectedIndexChanged(object sender, EventArgs e)
Parameters
Type Name Description
object sender
EventArgs e

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
IFilterResolutionService
IAttributeAccessor
INamingContainer
IUserControlDesignerAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS