Html32TextWriter.GetTagName(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.
Returns the HTML element that is associated with the specified HtmlTextWriterTag enumeration value.
protected:
override System::String ^ GetTagName(System::Web::UI::HtmlTextWriterTag tagKey);
protected override string GetTagName (System.Web.UI.HtmlTextWriterTag tagKey);
override this.GetTagName : System.Web.UI.HtmlTextWriterTag -> string
Protected Overrides Function GetTagName (tagKey As HtmlTextWriterTag) As String
Parameters
- tagKey
- HtmlTextWriterTag
The HtmlTextWriterTag enumeration value to obtain the HTML element for.
Returns
The HTML element.
Remarks
If the HtmlTextWriterTag.Div field is passed in tagKey
and the ShouldPerformDivTableSubstitution property is true
, the GetTagName method returns the table
element.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.