Show / Hide Table of Contents

Class HtmlAttribute

Describes an attribute of HTML tag. Use HtmlAttribute to describe a non-standand html attributes.

Inheritance
Object
HtmlAttribute
Namespace: AxaFrance.WebEngine.Web
Assembly: AxaFrance.WebEngine.Web.dll
Syntax
public class HtmlAttribute

Constructors

| Edit this page View Source

HtmlAttribute()

Creates an instance of Html Attribute

Declaration
public HtmlAttribute()
| Edit this page View Source

HtmlAttribute(String)

Creates an instance of Html Attribute with name initialized.

Declaration
public HtmlAttribute(string name)
Parameters
Type Name Description
String name
| Edit this page View Source

HtmlAttribute(String, String)

Creates an instance of Html Attribute with name and value initialized.

Declaration
public HtmlAttribute(string name, string value)
Parameters
Type Name Description
String name
String value

Properties

| Edit this page View Source

Name

The name of the html attribute

Declaration
public string Name { get; set; }
Property Value
Type Description
String
| Edit this page View Source

Value

The value of the html attribute

Declaration
public string Value { get; set; }
Property Value
Type Description
String
  • Edit this page
  • View Source
In this article
Back to top Copyright ® 2016-2024 AXA France, All rights reserved.