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