Elements Class

Provides the utilities for the HTML elements.

C#
public static class Elements
Inheritance
Elements

Methods

NewTagStruct(string)

Gets a new TagStruct object that has the specified name.

Methods Detail

NewTagStruct(string)

Gets a new TagStruct object that has the specified name.

C#
public static TagStruct NewTagStruct(string name)

Parameters

name
string

The tag name.

Returns

The new TagStruct object.