HtmlContainerControl.InnerHtml 属性 参考 反馈 定义 命名空间: System.Web.UI.HtmlControls 程序集: System.Web.dll 获取或设置位于指定 HTML 服务器控件的开始标记和结束标记之间的内容。 C# 复制 [System.ComponentModel.Browsable(false)] public virtual
Initializes a new instance of the HtmlContainerControl class using default values. HtmlContainerControl(String) Initializes a new instance of the HtmlContainerControl class using the specified tag name. HtmlContainerControl() Initializes a new instance of the HtmlContainerControl class using default...
指定された HTML サーバー コントロールの開始タグと終了タグ間にある内容を取得または設定します。 C# コピー [System.ComponentModel.Browsable(false)] public virtual string InnerHtml { get; set; } プロパティ値 String HTML サーバー コントロールの開始タグと終了タグ間の HTML の内容。
Renders the closing tag for the HtmlContainerControl control to the specified HtmlTextWriter object. C# 複製 protected virtual void RenderEndTag (System.Web.UI.HtmlTextWriter writer); Parameters writer HtmlTextWriter The HtmlTextWriter that receives the rendered content. Remarks The RenderEndTag metho...
HtmlContainerControl Clase Referencia Comentarios Definición Espacio de nombres: System.Web.UI.HtmlControls Ensamblado: System.Web.dll Actúa como la clase base abstracta para controles de servidor HTML que se asignan a elementos HTML que deben tener una etiqueta de cierre y de apertura. ...
System.Web.UI.HtmlControls.HtmlTextArea See Also HtmlContainerControl Class|HtmlContainerControl Members|System.Web.UI.HtmlControls Namespace Syntax based on .NET Framework version 1.1. Documentation version 1.1.1. Send comments on this topic.
Location and size, specified as a four-element vector of the form[left bottom width height]. Default measurement units are in pixels. The table describes each element in the vector. ElementDescription leftDistance from the inner left edge of the parent container to the outer left edge of the...
GetDesignTimeCssAttributes在 类上使用 ContainerControlDesigner 方法在设计时为控件设置样式。 Dispose重写控件设计器的方法,以便在释放设计器对象之前执行操作。 继承者说明 M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching 方法可以重写并实现,以在行为与设计器分离时执行其他处理。 适用于 产品版本(已...
GetDesignTimeCssAttributes在 类上使用 ContainerControlDesigner 方法在设计时为控件设置样式。 Dispose重写控件设计器的方法,以便在释放设计器对象之前执行操作。 继承者说明 M:System.Web.UI.Design.HtmlControlDesigner.OnBehaviorDetaching 方法可以重写并实现,以在行为与设计器分离时执行其他处理。 适用于 产品版本(已...
Parent object, specified as aFigureobject or as aPanel,ButtonGroup, orTabobject in a figure. Use this argument to specify the parent container when creating a user interface control. User interface control object, specified as aUIControlobject. Use this argument to specify a previously defined us...