
Espacio de nombres:
CodiumSDK.CPL.HTMLTagsEnsamblado: CodiumSDK.dll

Class that represent a “base” tag. The base tag specifies the base URL and/or target for all relative URLs in a document.
Métodos
Constructores
#GetAttribute(name)

Get Attribute
| C# |
| public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name); |
Regresa
CodiumSDK.CPL.HTMLAttribute
Parámetros
| Nombre | Tipo | Descripción |
|---|
| name | System.String | Name of the Atrribute |
#Base()

Base
#Base(program, href, target)

Constructor for base
| C# |
| public Base(CodiumSDK.CPL.ProgramDefinition program, System.String href, System.String target); |
Parámetros
| Nombre | Tipo | Descripción |
|---|
| program | CodiumSDK.CPL.ProgramDefinition | Program Definition |
| href | System.String | Specifies the base URL for all relative URLs in the page |
| target | System.String | Specifies the default target for all hyperlinks and forms in the page |