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

Class to generate HTML Tags
C#
public class HTMLTagBase : CodiumSDK.CPL.View

Métodos

NombreDescripción
A(program, href, target, innerHTML, style, className, id, title)Class that represent an “a” tag. The a tag defines a hyperlink, which is used to link from one page to another.
Abbr(program, innerHTML, style, className, id, title)Class that represent an “abbr” tag. The abbr tag defines an abbreviation or an acronym, like “HTML”, “CSS”, “Mr.”, “Dr.”, “ASAP”, “ATM”.
Address(program, innerHTML, style, className, id, title)Class that represent an “address” tag. The address tag defines the contact information for the author/owner of a document or an article.
Article(program, innerHTML, style, className, id, title)Class that represent an “article” tag. The article tag specifies independent, self-contained content.
Aside(program, innerHTML, style, className, id, title)Class that represent an “aside” tag. The aside tag defines some content aside from the content it is placed in.
Audio(program, src, autoplay, controls, loop, muted, preload, innerHTML, style, className, id, title)Class that represent an “audio” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
B(program, innerHTML, style, className, id, title)Class that represent a “b” tag. The b tag specifies bold text without any extra importance.
Bdo(program, dir, innerHTML, style, className, id, title)Class that represent a “bdo” tag. The bdo tag is used to override the current text direction.
Blockquote(program, cite, innerHTML, style, className, id, title)Class that represent a “blockquote” tag. The blockquote tag specifies a section that is quoted from another source.
Br(program, style, className, id, title)Class that represent a “br” tag. The br tag inserts a single line break.
Button(program, type, autofocus, disabled, name, value, innerHTML, style, className, id, title)Class that represent a “blockquote” tag. The blockquote tag specifies a section that is quoted from another source.
Canvas(program, width, height, innerHTML, style, className, id, title)Class that represent a “canvas” tag. The canvas tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
Code(program, innerHTML, style, className, id, title)Class that represent a “code” tag. The code tag is used to define a piece of computer code. The content inside is displayed in the browser’s default monospace font.
Comment(comment)Class that represent an “Comment” tag. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
Datalist(program, innerHTML, style, className, id, title)Class that represent a “datalist” tag. The datalist tag specifies a list of pre-defined options for an input element.
Del(program, cite, datetime, innerHTML, style, className, id, title)Class that represent a “del” tag. The del tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
Details(program, open, innerHTML, style, className, id, title)Class that represent a “details” tag. The details tag specifies additional details that the user can open and close on demand.
Dfn(program, innerHTML, style, className, id, title)Class that represent a “dfn” tag. The dfn tag stands for the “definition element”, and it specifies a term that is going to be defined within the content.
Div(program, innerHTML, style, className, id, title)Class that represent a “div” tag. The div tag defines a division or a section in an HTML document.
Dl(program, innerHTML, style, className, id, title)Class that represent a “dl” tag. The dl tag defines a description list.
DOCTYPE()Class that represent an “DOCTYPE” tag. All HTML documents must start with a DOCTYPE declaration. The declaration is not an HTML tag.It is an “information” to the browser about what document type to expect.
Em(program, innerHTML, style, className, id, title)Class that represent a “em” tag. The em tag is used to define emphasized text. The content inside is typically displayed in italic.
Fieldset(program, innerHTML, style, className, id, title)Class that represent a “fieldset” tag. The fieldset tag is used to group related elements in a form.
Figure(program, caption, src, alt, innerHTML, style, className, id, title)Class that represent a “figure” tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
Footer(program, innerHTML, style, className, id, title)Class that represent a “footer” tag. The footer tag defines a footer for a document or section.
Form(program, acceptCharset, action, autocomplete, enctype, method, name, novalidate, target, innerHTML, style, className, id, title)Class that represent an “form” tag. The form tag is used to create an HTML form for user input.
GetAttribute(name)Get Attribute
H1(program, innerHTML, style, className, id, title)Class that represent a “h1” tag. The h1 to h6 tags are used to define HTML headings.
H2(program, innerHTML, style, className, id, title)Class that represent a “h2” tag. The h1 to h6 tags are used to define HTML headings.
H3(program, innerHTML, style, className, id, title)Class that represent a “h3” tag. The h1 to h6 tags are used to define HTML headings.
H4(program, innerHTML, style, className, id, title)Class that represent a “h4” tag. The h1 to h6 tags are used to define HTML headings.
H5(program, innerHTML, style, className, id, title)Class that represent a “h5” tag. The h1 to h6 tags are used to define HTML headings.
H6(program, innerHTML, style, className, id, title)Class that represent a “h6” tag. The h1 to h6 tags are used to define HTML headings.
Header(program, innerHTML, style, className, id, title)Class that represent a “header” tag. The header element represents a container for introductory content or a set of navigational links.
HGroup(program, innerHTML, style, className, id, title)Class that represent a “hgroup” tag. Specifies the header of a section.
Hr(program, style, className, id, title)Class that represent a “hr” tag. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic).
Html(program, lang, innerHTML, style, className, id, title)Class that represent a “html” tag. The html tag represents the root of an HTML document.
I(program, innerHTML, style, className, id, title)Class that represent a “i” tag. The i tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic.
Iframe(program, allowfullscreen, height, width, loading, name, src, style, className, id, title)Class that represent a “iframe” tag. The iframe tag specifies an inline frame.
Img(program, alt, src, loading, longdesc, height, width, usemap, style, className, id, title)Class that represent a “img” tag. The img tag is used to embed an image in an HTML page.
Input(program, type, accept, alt, autocomplete, autofocus, ischecked, disabled, height, width, list, max, maxlength, min, minlength, multiple, name, pattern, placeholder, isreadonly, required, src, value, step, style, className, id, title)Class that represent a “input” tag. The input tag specifies an input field where the user can enter data.
Ins(program, cite, datetime, innerHTML, style, className, id, title)Class that represent a “ins” tag. The ins tag defines a text that has been inserted into a document. Browsers will usually underline inserted text.
Kbd(program, innerHTML, style, className, id, title)Class that represent a “kbd” tag. The kbd tag is used to define keyboard input. The content inside is displayed in the browser’s default monospace font.
Label(program, forControl, innerHTML, style, className, id, title)Class that represent a “label” tag. The label tag defines a label for several elements:
Link(program, crossorigin, href, media, type, rel, sizes, innerHTML, style, className, id, title)Class that represent a “link” tag. The link tag defines the relationship between the current document and an external resource.
Map(program, name, style, className, id, title)Class that represent an “map” tag. The map tag is used to define an image map. An image map is an image with clickable areas.
Mark(program, innerHTML, style, className, id, title)Class that represent a “mark” tag. The mark tag defines text that should be marked or highlighted.
Meter(program, high, low, max, min, optimum, value, innerHTML, style, className, id, title)Class that represent a “meter” tag. The meter tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
Nav(program, innerHTML, style, className, id, title)Class that represent a “nav” tag. The nav tag defines a set of navigation links.
Noscript(program, innerHTML, style, className, id, title)Class that represent a “noscript” tag. The noscript tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn’t support script.
Ol(program, reversed, start, type, innerHTML, style, className, id, title)Class that represent a “ol” tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical.
Output(program, forControl, name, innerHTML, style, className, id, title)Class that represent a “output” tag. The output tag is used to represent the result of a calculation (like one performed by a script).
P(program, innerHTML, style, className, id, title)Class that represent a “p” tag. The p tag defines a paragraph.
PlainText(innerHTML)Class that represent a Plain Text (no tag).
Pre(program, innerHTML, style, className, id, title)Class that represent a “pre” tag. The pre tag defines preformatted text.
Progress(program, max, value, innerHTML, style, className, id, title)Class that represent a “progress” tag. The progress tag represents the completion progress of a task.
Q(program, cite, innerHTML, style, className, id, title)Class that represent a “q” tag. The q tag defines a short quotation.
Ruby(program, innerHTML, style, className, id, title)Class that represent a “ruby” tag. A ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This kind of annotation is often used in Japanese publications.
Samp(program, innerHTML, style, className, id, title)Class that represent a “samp” tag. The samp tag is used to define sample output from a computer program. The content inside is displayed in the browser’s default monospace font.
Script(program, async, src, crossorigin, defer, integrity, type, innerHTML, style, className, id, title)Class that represent a “script” tag. The script tag is used to embed a client-side script (JavaScript).
Section(program, innerHTML, style, className, id, title)Class that represent a “section” tag. The section tag defines a section in a document.
Select(program, disabled, autofocus, multiple, name, required, size, innerHTML, style, className, id, title)Class that represent a “select” tag. The select element is used to create a drop-down list.
Small(program, innerHTML, style, className, id, title)Class that represent a “small” tag. The small tag defines smaller text (like copyright and other side-comments).
Span(program, innerHTML, style, className, id, title)Class that represent a “span” tag. The span tag is an inline container used to mark up a part of a text, or a part of a document.
Strong(program, innerHTML, style, className, id, title)Class that represent a “strong” tag.The strong tag is used to define text with strong importance. The content inside is typically displayed in bold.
Style(program, media, innerHTML, style, className, id, title)Class that represent a “style” tag. The style tag is used to define style information (CSS) for a document.
Sub(program, innerHTML, style, className, id, title)Class that represent a “sub” tag. The sub tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font.
Sup(program, innerHTML, style, className, id, title)Class that represent a “sup” tag. The sup tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
Table(program, innerHTML, style, className, id, title)Class that represent a “table” tag. The table tag defines an HTML table.
Textarea(program, disabled, autofocus, cols, name, maxlength, placeholder, isreadonly, required, rows, wrap, innerHTML, style, className, id, title)Class that represent a “textarea” tag. The textarea tag defines a multi-line text input control.
Time(program, datetime, innerHTML, style, className, id, title)Class that represent a “time” tag. The time tag defines a specific time (or datetime).
Ul(program, innerHTML, style, className, id, title)Class that represent a “ul” tag. The ul tag defines an unordered (bulleted) list.
Var(program, innerHTML, style, className, id, title)Class that represent a “var” tag. The var tag is used to defines a variable in programming or in a mathematical expression. The content inside is typically displayed in italic.
Video(program, src, autoplay, controls, loop, muted, preload, height, width, poster, innerHTML, style, className, id, title)Class that represent an “video” tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
Wbr(program, innerHTML, style, className, id, title)Class that represent a “wbr” tag. The wbr (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break.

Constructores

NombreDescripción
HTMLTagBase()HTMLTagBase
HTMLTagBase(program, tag, autoClose, innerHTML, style, className, id, title)Constructor for build a HTML Tag

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

Class that represent an "a" tag. The a tag defines a hyperlink, which is used to link from one page to another.
C#
public CodiumSDK.CPL.HTMLTags.A 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);

Regresa

CodiumSDK.CPL.HTMLTags.A

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

Abbr(program, innerHTML, style, className, id, title)

Class that represent an "abbr" tag. The abbr tag defines an abbreviation or an acronym, like "HTML", "CSS", "Mr.", "Dr.", "ASAP", "ATM".
C#
public CodiumSDK.CPL.HTMLTags.Abbr Abbr(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Abbr

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Address(program, innerHTML, style, className, id, title)

Class that represent an "address" tag. The address tag defines the contact information for the author/owner of a document or an article.
C#
public CodiumSDK.CPL.HTMLTags.Address Address(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Address

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Article(program, innerHTML, style, className, id, title)

Class that represent an "article" tag. The article tag specifies independent, self-contained content.
C#
public CodiumSDK.CPL.HTMLTags.Article Article(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Article

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Aside(program, innerHTML, style, className, id, title)

Class that represent an "aside" tag. The aside tag defines some content aside from the content it is placed in.
C#
public CodiumSDK.CPL.HTMLTags.Aside Aside(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Aside

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Audio(program, src, autoplay, controls, loop, muted, preload, innerHTML, style, className, id, title)

Class that represent an "audio" tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
C#
public CodiumSDK.CPL.HTMLTags.Audio Audio(CodiumSDK.CPL.ProgramDefinition program, System.String src, System.Boolean autoplay, System.Boolean controls, System.Boolean loop, System.Boolean muted, CodiumSDK.CPL.HTMLTags.Audio.Preload preload, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Audio

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
srcSystem.StringSpecifies the URL of the audio file
autoplaySystem.BooleanSpecifies that the audio will start playing as soon as it is ready
controlsSystem.BooleanSpecifies that audio controls should be displayed (such as a play/pause button etc)
loopSystem.BooleanSpecifies that the audio will start over again, every time it is finished
mutedSystem.BooleanSpecifies that the audio output should be muted
preloadCodiumSDK.CPL.HTMLTags.Audio.PreloadSpecifies if and how the author thinks the audio should be loaded when the page loads
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

B(program, innerHTML, style, className, id, title)

Class that represent a "b" tag. The b tag specifies bold text without any extra importance.
C#
public CodiumSDK.CPL.HTMLTags.B B(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.B

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Bdo(program, dir, innerHTML, style, className, id, title)

Class that represent a "bdo" tag. The bdo tag is used to override the current text direction.
C#
public CodiumSDK.CPL.HTMLTags.Bdo Bdo(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Bdo.Dir dir, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Bdo

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
dirCodiumSDK.CPL.HTMLTags.Bdo.DirRequired. Specifies the text direction of the text inside the bdo element
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

Blockquote(program, cite, innerHTML, style, className, id, title)

Class that represent a "blockquote" tag. The blockquote tag specifies a section that is quoted from another source.
C#
public CodiumSDK.CPL.HTMLTags.Blockquote Blockquote(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Blockquote

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
citeSystem.StringSpecifies the source of the quotation
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

Br(program, style, className, id, title)

Class that represent a "br" tag. The br tag inserts a single line break.
C#
public CodiumSDK.CPL.HTMLTags.Br Br(CodiumSDK.CPL.ProgramDefinition program, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Br

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Button(program, type, autofocus, disabled, name, value, innerHTML, style, className, id, title)

Class that represent a "blockquote" tag. The blockquote tag specifies a section that is quoted from another source.
C#
public CodiumSDK.CPL.HTMLTags.Button Button(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Button.ButtonType type, System.Boolean autofocus, System.Boolean disabled, System.String name, System.String value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Button

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
typeCodiumSDK.CPL.HTMLTags.Button.ButtonTypeSpecifies the type of button
autofocusSystem.BooleanSpecifies that a button should automatically get focus when the page loads
disabledSystem.BooleanSpecifies that a button should be disabled
nameSystem.StringSpecifies a name for the button
valueSystem.StringSpecifies an initial value for the button
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

Canvas(program, width, height, innerHTML, style, className, id, title)

Class that represent a "canvas" tag. The canvas tag is used to draw graphics, on the fly, via scripting (usually JavaScript).
C#
public CodiumSDK.CPL.HTMLTags.Canvas Canvas(CodiumSDK.CPL.ProgramDefinition program, System.Int32 width, System.Int32 height, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Canvas

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
widthSystem.Int32Specifies the width of the canvas Default value is 300
heightSystem.Int32Specifies the height of the canvas. Default value is 150
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

Code(program, innerHTML, style, className, id, title)

Class that represent a "code" tag. The code tag is used to define a piece of computer code. The content inside is displayed in the browser's default monospace font.
C#
public CodiumSDK.CPL.HTMLTags.Code Code(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Code

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Comment(comment)

Class that represent an "Comment" tag. The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
C#
public CodiumSDK.CPL.HTMLTagBase Comment(System.String comment);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
commentSystem.StringText of the comment

Datalist(program, innerHTML, style, className, id, title)

Class that represent a "datalist" tag. The datalist tag specifies a list of pre-defined options for an input element.
C#
public CodiumSDK.CPL.HTMLTags.Datalist Datalist(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Datalist

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Del(program, cite, datetime, innerHTML, style, className, id, title)

Class that represent a "del" tag. The del tag defines text that has been deleted from a document. Browsers will usually strike a line through deleted text.
C#
public CodiumSDK.CPL.HTMLTags.Del Del(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Del

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
citeSystem.StringSpecifies a URL to a document that explains the reason why the text was deleted/changed
datetimeSystem.StringSpecifies the date and time of when the text was deleted/changed
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

Details(program, open, innerHTML, style, className, id, title)

Class that represent a "details" tag. The details tag specifies additional details that the user can open and close on demand.
C#
public CodiumSDK.CPL.HTMLTags.Details Details(CodiumSDK.CPL.ProgramDefinition program, System.Boolean open, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Details

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
openSystem.BooleanSpecifies that the details should be visible (open) to the user
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

Dfn(program, innerHTML, style, className, id, title)

Class that represent a "dfn" tag. The dfn tag stands for the "definition element", and it specifies a term that is going to be defined within the content.
C#
public CodiumSDK.CPL.HTMLTags.Dfn Dfn(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Dfn

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Div(program, innerHTML, style, className, id, title)

Class that represent a "div" tag. The div tag defines a division or a section in an HTML document.
C#
public CodiumSDK.CPL.HTMLTags.Div Div(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Div

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Dl(program, innerHTML, style, className, id, title)

Class that represent a "dl" tag. The dl tag defines a description list.
C#
public CodiumSDK.CPL.HTMLTags.Dl Dl(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Dl

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

DOCTYPE()

Class that represent an "DOCTYPE" tag. All HTML documents must start with a DOCTYPE declaration. The declaration is not an HTML tag.It is an "information" to the browser about what document type to expect.
C#
public CodiumSDK.CPL.HTMLTagBase DOCTYPE();

Regresa

CodiumSDK.CPL.HTMLTagBase

Em(program, innerHTML, style, className, id, title)

Class that represent a "em" tag. The em tag is used to define emphasized text. The content inside is typically displayed in italic.
C#
public CodiumSDK.CPL.HTMLTags.Em Em(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Em

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Fieldset(program, innerHTML, style, className, id, title)

Class that represent a "fieldset" tag. The fieldset tag is used to group related elements in a form.
C#
public CodiumSDK.CPL.HTMLTags.Fieldset Fieldset(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Fieldset

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Figure(program, caption, src, alt, innerHTML, style, className, id, title)

Class that represent a "figure" tag. The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
C#
public CodiumSDK.CPL.HTMLTags.Figure Figure(CodiumSDK.CPL.ProgramDefinition program, System.String caption, System.String src, System.String alt, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Figure

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
captionSystem.StringDefines a caption for a figure element.
srcSystem.StringImage source
altSystem.StringAlternative text of the image
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

Footer(program, innerHTML, style, className, id, title)

Class that represent a "footer" tag. The footer tag defines a footer for a document or section.
C#
public CodiumSDK.CPL.HTMLTags.Footer Footer(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Footer

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Form(program, acceptCharset, action, autocomplete, enctype, method, name, novalidate, target, innerHTML, style, className, id, title)

Class that represent an "form" tag. The form tag is used to create an HTML form for user input.
C#
public CodiumSDK.CPL.HTMLTags.Form Form(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Form.CharacterSets acceptCharset, System.String action, CodiumSDK.CPL.HTMLTags.Form.Autocomplete autocomplete, CodiumSDK.CPL.HTMLTags.Form.Enctype enctype, CodiumSDK.CPL.HTMLTags.Form.Method method, System.String name, System.Boolean novalidate, System.String target, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Form

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
acceptCharsetCodiumSDK.CPL.HTMLTags.Form.CharacterSetsSpecifies the character encodings that are to be used for the form submission
actionSystem.StringSpecifies where to send the form-data when a form is submitted
autocompleteCodiumSDK.CPL.HTMLTags.Form.AutocompleteSpecifies whether a form should have autocomplete on or off
enctypeCodiumSDK.CPL.HTMLTags.Form.EnctypeSpecifies how the form-data should be encoded when submitting it to the server (only for method="post")
methodCodiumSDK.CPL.HTMLTags.Form.MethodSpecifies the HTTP method to use when sending form-data
nameSystem.StringSpecifies the name of a form
novalidateSystem.BooleanSpecifies that the form should not be validated when submitted
targetSystem.StringSpecifies where to display the response that is received after submitting the form
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

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

H1(program, innerHTML, style, className, id, title)

Class that represent a "h1" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H1(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

H2(program, innerHTML, style, className, id, title)

Class that represent a "h2" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H2(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

H3(program, innerHTML, style, className, id, title)

Class that represent a "h3" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H3(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

H4(program, innerHTML, style, className, id, title)

Class that represent a "h4" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H4(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

H5(program, innerHTML, style, className, id, title)

Class that represent a "h5" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H5(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

H6(program, innerHTML, style, className, id, title)

Class that represent a "h6" tag. The h1 to h6 tags are used to define HTML headings.
C#
public CodiumSDK.CPL.HTMLTagBase H6(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Header(program, innerHTML, style, className, id, title)

Class that represent a "header" tag. The header element represents a container for introductory content or a set of navigational links.
C#
public CodiumSDK.CPL.HTMLTags.Header Header(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Header

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

HGroup(program, innerHTML, style, className, id, title)

Class that represent a "hgroup" tag. Specifies the header of a section.
C#
public CodiumSDK.CPL.HTMLTags.HGroup HGroup(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.HGroup

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Hr(program, style, className, id, title)

Class that represent a "hr" tag. The hr tag defines a thematic break in an HTML page (e.g. a shift of topic).
C#
public CodiumSDK.CPL.HTMLTags.Hr Hr(CodiumSDK.CPL.ProgramDefinition program, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Hr

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Html(program, lang, innerHTML, style, className, id, title)

Class that represent a "html" tag. The html tag represents the root of an HTML document.
C#
public CodiumSDK.CPL.HTMLTags.Html Html(CodiumSDK.CPL.ProgramDefinition program, System.String lang, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Html

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
langSystem.StringDeclare the language of the Web page.
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

I(program, innerHTML, style, className, id, title)

Class that represent a "i" tag. The i tag defines a part of text in an alternate voice or mood. The content inside is typically displayed in italic.
C#
public CodiumSDK.CPL.HTMLTags.I I(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.I

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Iframe(program, allowfullscreen, height, width, loading, name, src, style, className, id, title)

Class that represent a "iframe" tag. The iframe tag specifies an inline frame.
C#
public CodiumSDK.CPL.HTMLTags.Iframe Iframe(CodiumSDK.CPL.ProgramDefinition program, System.Boolean allowfullscreen, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Iframe.Loading loading, System.String name, System.String src, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Iframe

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
allowfullscreenSystem.BooleanSet to true if the iframe can activate fullscreen mode by calling the requestFullscreen() method
heightSystem.Int32Specifies the height of an iframe. Default height is 150 pixels
widthSystem.Int32Specifies the width of an iframe. Default width is 300 pixels
loadingCodiumSDK.CPL.HTMLTags.Iframe.LoadingSpecifies whether a browser should load an iframe immediately or to defer loading of iframes until some conditions are met
nameSystem.StringSpecifies the name of an iframe
srcSystem.StringSpecifies the address of the document to embed in the iframe
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

Img(program, alt, src, loading, longdesc, height, width, usemap, style, className, id, title)

Class that represent a "img" tag. The img tag is used to embed an image in an HTML page.
C#
public CodiumSDK.CPL.HTMLTags.Img Img(CodiumSDK.CPL.ProgramDefinition program, System.String alt, System.String src, CodiumSDK.CPL.HTMLTags.Iframe.Loading loading, System.String longdesc, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Map usemap, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Img

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
altSystem.StringSpecifies an alternate text for an image
srcSystem.StringSpecifies the path to the image
loadingCodiumSDK.CPL.HTMLTags.Iframe.LoadingSpecifies whether a browser should load an image immediately or to defer loading of images until some conditions are met
longdescSystem.StringSpecifies a URL to a detailed description of an image
heightSystem.Int32Specifies the height of an image
widthSystem.Int32Specifies the width of an image
usemapCodiumSDK.CPL.HTMLTags.MapSpecifies an image as a client-side image map
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

Input(program, type, accept, alt, autocomplete, autofocus, ischecked, disabled, height, width, list, max, maxlength, min, minlength, multiple, name, pattern, placeholder, isreadonly, required, src, value, step, style, className, id, title)

Class that represent a "input" tag. The input tag specifies an input field where the user can enter data.
C#
public CodiumSDK.CPL.HTMLTags.Input Input(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Input.InputType type, System.String accept, System.String alt, CodiumSDK.CPL.HTMLTags.Form.Autocomplete autocomplete, System.Boolean autofocus, System.Boolean ischecked, System.Boolean disabled, System.Int32 height, System.Int32 width, CodiumSDK.CPL.HTMLTags.Datalist list, System.String max, System.String maxlength, System.String min, System.String minlength, System.Boolean multiple, System.String name, System.String pattern, System.String placeholder, System.Boolean isreadonly, System.Boolean required, System.String src, System.String value, System.String step, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Input

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
typeCodiumSDK.CPL.HTMLTags.Input.InputTypeSpecifies the type input element to display
acceptSystem.StringSpecifies a filter for what file types the user can pick from the file input dialog box (only for type="file")
altSystem.StringSpecifies an alternate text for images (only for type="image")
autocompleteCodiumSDK.CPL.HTMLTags.Form.AutocompleteSpecifies whether an input element should have autocomplete enabled
autofocusSystem.BooleanSpecifies that an input element should automatically get focus when the page loads
ischeckedSystem.BooleanSpecifies that an input element should be pre-selected when the page loads (for type="checkbox" or type="radio")
disabledSystem.BooleanSpecifies that an input element should be disabled
heightSystem.Int32Specifies the height of an input element (only for type="image")
widthSystem.Int32Specifies the width of an input element (only for type="image")
listCodiumSDK.CPL.HTMLTags.DatalistRefers to a datalist element that contains pre-defined options for an input element
maxSystem.StringSpecifies the maximum value for an input element
maxlengthSystem.StringSpecifies the maximum number of characters allowed in an input element
minSystem.StringSpecifies a minimum value for an input element
minlengthSystem.StringSpecifies the minimum number of characters required in an input element
multipleSystem.BooleanSpecifies that a user can enter more than one value in an input element
nameSystem.StringSpecifies the name of an input element
patternSystem.StringSpecifies a regular expression that an input element's value is checked against
placeholderSystem.StringSpecifies a short hint that describes the expected value of an input element
isreadonlySystem.BooleanSpecifies that an input field is read-only
requiredSystem.BooleanSpecifies that an input field must be filled out before submitting the form
srcSystem.StringSpecifies the URL of the image to use as a submit button (only for type="image")
valueSystem.StringSpecifies the value of an input element
stepSystem.StringSpecifies the interval between legal numbers in an input field
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

Ins(program, cite, datetime, innerHTML, style, className, id, title)

Class that represent a "ins" tag. The ins tag defines a text that has been inserted into a document. Browsers will usually underline inserted text.
C#
public CodiumSDK.CPL.HTMLTags.Ins Ins(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Ins

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
citeSystem.StringSpecifies a URL to a document that explains the reason why the text was inserted/changed
datetimeSystem.StringSpecifies the date and time when the text was inserted/changed
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

Kbd(program, innerHTML, style, className, id, title)

Class that represent a "kbd" tag. The kbd tag is used to define keyboard input. The content inside is displayed in the browser's default monospace font.
C#
public CodiumSDK.CPL.HTMLTags.Kbd Kbd(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Kbd

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Label(program, forControl, innerHTML, style, className, id, title)

Class that represent a "label" tag. The label tag defines a label for several elements:
C#
public CodiumSDK.CPL.HTMLTags.Label Label(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTagBase forControl, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Label

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
forControlCodiumSDK.CPL.HTMLTagBaseSpecifies the id of the form element the label should be bound to
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

Link(program, crossorigin, href, media, type, rel, sizes, innerHTML, style, className, id, title)

Class that represent a "link" tag. The link tag defines the relationship between the current document and an external resource.
C#
public CodiumSDK.CPL.HTMLTags.Link Link(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTags.Script.Crossorigin crossorigin, System.String href, System.String media, System.String type, CodiumSDK.CPL.HTMLTags.Link.Rel rel, System.String sizes, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Link

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
crossoriginCodiumSDK.CPL.HTMLTags.Script.CrossoriginSpecifies how the element handles cross-origin requests
hrefSystem.StringSpecifies the location of the linked document
mediaSystem.StringSpecifies on what device the linked document will be displayed
typeSystem.StringSpecifies the media type of the linked document
relCodiumSDK.CPL.HTMLTags.Link.RelRequired. Specifies the relationship between the current document and the linked document
sizesSystem.StringSpecifies the size of the linked resource. Only for rel="icon"
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

Map(program, name, style, className, id, title)

Class that represent an "map" tag. The map tag is used to define an image map. An image map is an image with clickable areas.
C#
public CodiumSDK.CPL.HTMLTags.Map Map(CodiumSDK.CPL.ProgramDefinition program, System.String name, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Map

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
nameSystem.StringRequired. Specifies the name of the image map
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

Mark(program, innerHTML, style, className, id, title)

Class that represent a "mark" tag. The mark tag defines text that should be marked or highlighted.
C#
public CodiumSDK.CPL.HTMLTags.Mark Mark(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Mark

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Meter(program, high, low, max, min, optimum, value, innerHTML, style, className, id, title)

Class that represent a "meter" tag. The meter tag defines a scalar measurement within a known range, or a fractional value. This is also known as a gauge.
C#
public CodiumSDK.CPL.HTMLTags.Meter Meter(CodiumSDK.CPL.ProgramDefinition program, System.Int32 high, System.Int32 low, System.Int32 max, System.Int32 min, System.Int32 optimum, System.Decimal value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Meter

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
highSystem.Int32Specifies the range that is considered to be a high value
lowSystem.Int32Specifies the range that is considered to be a low value
maxSystem.Int32Specifies the maximum value of the range
minSystem.Int32Specifies the minimum value of the range. Default value is 0
optimumSystem.Int32Specifies what value is the optimal value for the gauge
valueSystem.DecimalRequired. Specifies the current value of the gauge
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

Nav(program, innerHTML, style, className, id, title)

Class that represent a "nav" tag. The nav tag defines a set of navigation links.
C#
public CodiumSDK.CPL.HTMLTags.Nav Nav(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Nav

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Noscript(program, innerHTML, style, className, id, title)

Class that represent a "noscript" tag. The noscript tag defines an alternate content to be displayed to users that have disabled scripts in their browser or have a browser that doesn't support script.
C#
public CodiumSDK.CPL.HTMLTags.Noscript Noscript(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Noscript

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Ol(program, reversed, start, type, innerHTML, style, className, id, title)

Class that represent a "ol" tag. The ol tag defines an ordered list. An ordered list can be numerical or alphabetical.
C#
public CodiumSDK.CPL.HTMLTags.Ol Ol(CodiumSDK.CPL.ProgramDefinition program, System.Boolean reversed, System.Int32 start, CodiumSDK.CPL.HTMLTags.Ol.OlType type, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Ol

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
reversedSystem.BooleanSpecifies that the list order should be reversed (9,8,7...)
startSystem.Int32Specifies the start value of an ordered list
typeCodiumSDK.CPL.HTMLTags.Ol.OlTypeSpecifies the kind of marker to use in the list
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

Output(program, forControl, name, innerHTML, style, className, id, title)

Class that represent a "output" tag. The output tag is used to represent the result of a calculation (like one performed by a script).
C#
public CodiumSDK.CPL.HTMLTags.Output Output(CodiumSDK.CPL.ProgramDefinition program, CodiumSDK.CPL.HTMLTagBase forControl, System.String name, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Output

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
forControlCodiumSDK.CPL.HTMLTagBaseSpecifies the relationship between the result of the calculation, and the elements used in the calculation
nameSystem.StringSpecifies a name for the output element
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

P(program, innerHTML, style, className, id, title)

Class that represent a "p" tag. The p tag defines a paragraph.
C#
public CodiumSDK.CPL.HTMLTags.P P(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.P

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

PlainText(innerHTML)

Class that represent a Plain Text (no tag).
C#
public CodiumSDK.CPL.HTMLTagBase PlainText(System.String innerHTML);

Regresa

CodiumSDK.CPL.HTMLTagBase

Parámetros

NombreTipoDescripción
innerHTMLSystem.StringInner HTML

Pre(program, innerHTML, style, className, id, title)

Class that represent a "pre" tag. The pre tag defines preformatted text.
C#
public CodiumSDK.CPL.HTMLTags.Pre Pre(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Pre

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Progress(program, max, value, innerHTML, style, className, id, title)

Class that represent a "progress" tag. The progress tag represents the completion progress of a task.
C#
public CodiumSDK.CPL.HTMLTags.Progress Progress(CodiumSDK.CPL.ProgramDefinition program, System.Int32 max, System.Int32 value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Progress

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
maxSystem.Int32Specifies how much work the task requires in total. Default value is 1
valueSystem.Int32Specifies how much of the task has been completed
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

Q(program, cite, innerHTML, style, className, id, title)

Class that represent a "q" tag. The q tag defines a short quotation.
C#
public CodiumSDK.CPL.HTMLTags.Q Q(CodiumSDK.CPL.ProgramDefinition program, System.String cite, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Q

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
citeSystem.StringSpecifies the source URL of the quote
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

Ruby(program, innerHTML, style, className, id, title)

Class that represent a "ruby" tag. A ruby annotation is a small extra text, attached to the main text to indicate the pronunciation or meaning of the corresponding characters. This kind of annotation is often used in Japanese publications.
C#
public CodiumSDK.CPL.HTMLTags.Ruby Ruby(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Ruby

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Samp(program, innerHTML, style, className, id, title)

Class that represent a "samp" tag. The samp tag is used to define sample output from a computer program. The content inside is displayed in the browser's default monospace font.
C#
public CodiumSDK.CPL.HTMLTags.Samp Samp(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Samp

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Script(program, async, src, crossorigin, defer, integrity, type, innerHTML, style, className, id, title)

Class that represent a "script" tag. The script tag is used to embed a client-side script (JavaScript).
C#
public CodiumSDK.CPL.HTMLTags.Script Script(CodiumSDK.CPL.ProgramDefinition program, System.Boolean async, System.String src, CodiumSDK.CPL.HTMLTags.Script.Crossorigin crossorigin, System.Boolean defer, System.String integrity, System.String type, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Script

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
asyncSystem.BooleanSpecifies that the script is downloaded in parallel to parsing the page, and executed as soon as it is available (before parsing completes) (only for external scripts)
srcSystem.StringSpecifies the URL of an external script file
crossoriginCodiumSDK.CPL.HTMLTags.Script.CrossoriginSets the mode of the request to an HTTP CORS Request
deferSystem.BooleanSpecifies that the script is downloaded in parallel to parsing the page, and executed after the page has finished parsing (only for external scripts)
integritySystem.StringAllows a browser to check the fetched script to ensure that the code is never loaded if the source has been manipulated
typeSystem.StringSpecifies the media type of the script
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

Section(program, innerHTML, style, className, id, title)

Class that represent a "section" tag. The section tag defines a section in a document.
C#
public CodiumSDK.CPL.HTMLTags.Section Section(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Section

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Select(program, disabled, autofocus, multiple, name, required, size, innerHTML, style, className, id, title)

Class that represent a "select" tag. The select element is used to create a drop-down list.
C#
public CodiumSDK.CPL.HTMLTags.Select Select(CodiumSDK.CPL.ProgramDefinition program, System.Boolean disabled, System.Boolean autofocus, System.Boolean multiple, System.String name, System.Boolean required, System.Int32 size, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Select

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
disabledSystem.BooleanSpecifies that a drop-down list should be disabled
autofocusSystem.BooleanSpecifies that the drop-down list should automatically get focus when the page loads
multipleSystem.BooleanSpecifies that multiple options can be selected at once
nameSystem.StringDefines a name for the drop-down list
requiredSystem.BooleanSpecifies that the user is required to select a value before submitting the form
sizeSystem.Int32Defines the number of visible options in a drop-down list
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

Small(program, innerHTML, style, className, id, title)

Class that represent a "small" tag. The small tag defines smaller text (like copyright and other side-comments).
C#
public CodiumSDK.CPL.HTMLTags.Small Small(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Small

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Span(program, innerHTML, style, className, id, title)

Class that represent a "span" tag. The span tag is an inline container used to mark up a part of a text, or a part of a document.
C#
public CodiumSDK.CPL.HTMLTags.Span Span(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Span

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Strong(program, innerHTML, style, className, id, title)

Class that represent a "strong" tag.The strong tag is used to define text with strong importance. The content inside is typically displayed in bold.
C#
public CodiumSDK.CPL.HTMLTags.Strong Strong(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Strong

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Style(program, media, innerHTML, style, className, id, title)

Class that represent a "style" tag. The style tag is used to define style information (CSS) for a document.
C#
public CodiumSDK.CPL.HTMLTags.Style Style(CodiumSDK.CPL.ProgramDefinition program, System.String media, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Style

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
mediaSystem.StringSpecifies what media/device the media resource is optimized for
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

Sub(program, innerHTML, style, className, id, title)

Class that represent a "sub" tag. The sub tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font.
C#
public CodiumSDK.CPL.HTMLTags.Sub Sub(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Sub

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Sup(program, innerHTML, style, className, id, title)

Class that represent a "sup" tag. The sup tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font.
C#
public CodiumSDK.CPL.HTMLTags.Sup Sup(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Sup

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Table(program, innerHTML, style, className, id, title)

Class that represent a "table" tag. The table tag defines an HTML table.
C#
public CodiumSDK.CPL.HTMLTags.Table Table(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Table

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Textarea(program, disabled, autofocus, cols, name, maxlength, placeholder, isreadonly, required, rows, wrap, innerHTML, style, className, id, title)

Class that represent a "textarea" tag. The textarea tag defines a multi-line text input control.
C#
public CodiumSDK.CPL.HTMLTags.Textarea Textarea(CodiumSDK.CPL.ProgramDefinition program, System.Boolean disabled, System.Boolean autofocus, System.Int32 cols, System.String name, System.String maxlength, System.String placeholder, System.Boolean isreadonly, System.Boolean required, System.Int32 rows, CodiumSDK.CPL.HTMLTags.Textarea.Wrap wrap, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Textarea

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
disabledSystem.BooleanSpecifies that a text area should be disabled
autofocusSystem.BooleanSpecifies that a text area should automatically get focus when the page loads
colsSystem.Int32Specifies the visible width of a text area
nameSystem.StringSpecifies a name for a text area
maxlengthSystem.StringSpecifies the maximum number of characters allowed in the text area
placeholderSystem.StringSpecifies a short hint that describes the expected value of a text area
isreadonlySystem.BooleanSpecifies that a text area should be read-only
requiredSystem.BooleanSpecifies that a text area is required/must be filled out
rowsSystem.Int32Specifies the visible number of lines in a text area
wrapCodiumSDK.CPL.HTMLTags.Textarea.WrapSpecifies how the text in a text area is to be wrapped when submitted in a form
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

Time(program, datetime, innerHTML, style, className, id, title)

Class that represent a "time" tag. The time tag defines a specific time (or datetime).
C#
public CodiumSDK.CPL.HTMLTags.Time Time(CodiumSDK.CPL.ProgramDefinition program, System.String datetime, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Time

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
datetimeSystem.StringRepresent a machine-readable format of the time element
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

Ul(program, innerHTML, style, className, id, title)

Class that represent a "ul" tag. The ul tag defines an unordered (bulleted) list.
C#
public CodiumSDK.CPL.HTMLTags.Ul Ul(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Ul

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Var(program, innerHTML, style, className, id, title)

Class that represent a "var" tag. The var tag is used to defines a variable in programming or in a mathematical expression. The content inside is typically displayed in italic.
C#
public CodiumSDK.CPL.HTMLTags.Var Var(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Var

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

Video(program, src, autoplay, controls, loop, muted, preload, height, width, poster, innerHTML, style, className, id, title)

Class that represent an "video" tag. The audio tag is used to embed sound content in a document, such as music or other audio streams.
C#
public CodiumSDK.CPL.HTMLTags.Video Video(CodiumSDK.CPL.ProgramDefinition program, System.String src, System.Boolean autoplay, System.Boolean controls, System.Boolean loop, System.Boolean muted, CodiumSDK.CPL.HTMLTags.Audio.Preload preload, System.Int32 height, System.Int32 width, System.String poster, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Video

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
srcSystem.StringSpecifies the URL of the video file
autoplaySystem.BooleanSpecifies that the video will start playing as soon as it is ready
controlsSystem.BooleanSpecifies that video controls should be displayed (such as a play/pause button etc).
loopSystem.BooleanSpecifies that the video will start over again, every time it is finished
mutedSystem.BooleanSpecifies that the audio output of the video should be muted
preloadCodiumSDK.CPL.HTMLTags.Audio.PreloadSpecifies if and how the author thinks the video should be loaded when the page loads
heightSystem.Int32Sets the height of the video player
widthSystem.Int32Sets the width of the video player
posterSystem.StringSpecifies an image to be shown while the video is downloading, or until the user hits the play button
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

Wbr(program, innerHTML, style, className, id, title)

Class that represent a "wbr" tag. The wbr (Word Break Opportunity) tag specifies where in a text it would be ok to add a line-break.
C#
public CodiumSDK.CPL.HTMLTags.Wbr Wbr(CodiumSDK.CPL.ProgramDefinition program, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Regresa

CodiumSDK.CPL.HTMLTags.Wbr

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
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

HTMLTagBase()

HTMLTagBase
C#
public HTMLTagBase();

HTMLTagBase(program, tag, autoClose, innerHTML, style, className, id, title)

Constructor for build a HTML Tag
C#
public HTMLTagBase(CodiumSDK.CPL.ProgramDefinition program, System.String tag, System.Boolean autoClose, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
tagSystem.StringTag to Generate
autoCloseSystem.BooleanIndicates is automatically closed
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