Html32TextWriter.RenderBeginTag(HtmlTextWriterTag) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the opening tag of the specified element to the HTML 3.2 output stream.
public:
override void RenderBeginTag(System::Web::UI::HtmlTextWriterTag tagKey);
public override void RenderBeginTag (System.Web.UI.HtmlTextWriterTag tagKey);
override this.RenderBeginTag : System.Web.UI.HtmlTextWriterTag -> unit
Public Overrides Sub RenderBeginTag (tagKey As HtmlTextWriterTag)
Parameters
- tagKey
- HtmlTextWriterTag
The HtmlTextWriterTag enumeration value that indicates which HTML element to write.
Remarks
If a div
element is specified and the ShouldPerformDivTableSubstitution property value is true
, the RenderBeginTag method performs basic table
element formatting to present the content that is contained in the div
element.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET