Espacio de nombres: CodiumSDK.CPL.HTMLTags
Ensamblado: 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.
C#
public class Base : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
Base()Base
Base(program, href, target)Constructor for base

GetAttribute(name)

Get Attribute
C#
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name);

Regresa

CodiumSDK.CPL.HTMLAttribute

Parámetros

NombreTipoDescripción
nameSystem.StringName of the Atrribute

Base()

Base
C#
public Base();

Base(program, href, target)

Constructor for base
C#
public Base(CodiumSDK.CPL.ProgramDefinition program, System.String href, System.String target);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
hrefSystem.StringSpecifies the base URL for all relative URLs in the page
targetSystem.StringSpecifies the default target for all hyperlinks and forms in the page