ZPT-Sharp
v1.0.0
Zope Page Templates for .NET
|
Implementation of Attribute for an HTML attribute. More...
Public Member Functions | |
override bool | IsMatch (ZptNamespace nspace, string name) |
Determines whether this instance matches the given namespace and attribute name or not. More... | |
ZptHtmlAttribute (HtmlAgilityPack.HtmlAttribute original) | |
Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptHtmlAttribute class. More... | |
Properties | |
override string | Value [get] |
Gets the attribute value More... | |
override string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
![]() | |
abstract string | Value [get] |
Gets the attribute value More... | |
abstract string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
![]() | |
string | Value [get] |
Gets the attribute value More... | |
string | Name [get] |
Gets the attribute name, including its prefix if applicable. More... | |
Implementation of Attribute for an HTML attribute.
|
inline |
Initializes a new instance of the CSF.Zpt.DocumentProviders.ZptHtmlAttribute class.
original | The original (wrapped) attribute. |
|
inlinevirtual |
Determines whether this instance matches the given namespace and attribute name or not.
true
if this instance matches the specified namespace and name; otherwise, false
.nspace | The attribute namespace. |
name | The attribute name. |
Implements CSF.Zpt.Rendering.ZptAttribute.
|
get |
Gets the attribute name, including its prefix if applicable.
The name.
|
get |
Gets the attribute value
The value.