C# Class newtelligence.DasBlog.Web.Core.ValidTag

Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsValidAttribute ( string attributeName ) : bool

Determines whether attribute with the specified attribute name is valid.

ToString ( ) : string
ValidTag ( ) : System
ValidTag ( string tagDefinition ) : System

Initializes a new instance of the ValidTag class.

Method Details

IsValidAttribute() public méthode

Determines whether attribute with the specified attribute name is valid.
public IsValidAttribute ( string attributeName ) : bool
attributeName string Name of the attribute.
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

ValidTag() public méthode

public ValidTag ( ) : System
Résultat System

ValidTag() public méthode

Initializes a new instance of the ValidTag class.
public ValidTag ( string tagDefinition ) : System
tagDefinition string The tag definition, defined as 'tag@att1@att2'.
Résultat System