CODIUM Programming Language (CPL) CodiumSDK CPL HTMLAttribute
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
HTML Attribute
C# |
public class HTMLAttribute : System.Object |
Constructores
Nombre | Descripción | |
---|---|---|
HTMLAttribute(name, value) | HTML Attribute |
HTMLAttribute(name, value)
HTML Attribute
C# |
public HTMLAttribute(System.String name, System.String value); |
Parámetros
Nombre | Tipo | Descripción |
---|---|---|
name | System.String | Name |
value | System.String | Value |