Espacio de nombres: CodiumSDK.CPL.HTMLTags
Ensamblado: CodiumSDK.dll

Class that represent an “a” tag. The a tag defines a hyperlink, which is used to link from one page to another.
C#
public class A : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
A()A
A(program, href, target, innerHTML, style, className, id, title)Constructor for a

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

A()

A
C#
public A();

A(program, href, target, innerHTML, style, className, id, title)

Constructor for a
C#
public A(CodiumSDK.CPL.ProgramDefinition program, System.String href, System.String target, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
hrefSystem.StringSpecifies the URL of the page the link goes to
targetSystem.StringSpecifies where to open the linked document
innerHTMLSystem.StringInner HTML
styleSystem.StringSpecifies an inline CSS style for an element
classNameSystem.StringSpecifies one or more classnames for an element (refers to a class in a style sheet)
idSystem.StringSpecifies a unique id for an element
titleSystem.StringSpecifies extra information about an element