CODIUM Programming Language (CPL) CodiumSDK CPL HTMLTags Select
July 14, 2023 at 8:30 PMEnsamblado: CodiumSDK.dll
C# |
public class Select : CodiumSDK.CPL.HTMLTagBase |
Métodos
Nombre | Descripción | |
---|---|---|
GetAttribute(name) | Get Attribute |
Constructores
Nombre | Descripción | |
---|---|---|
Select() | Select |
GetAttribute(name)
C# |
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name); |
Regresa
CodiumSDK.CPL.HTMLAttributeParámetros
Nombre | Tipo | Descripción |
---|---|---|
name | System.String | Name of the Atrribute |
Select()
C# |
public Select(); |