C# Class System.Web.Compilation.TagAttributes

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object key, object value ) : void
GetDictionary ( string key ) : IDictionary
IsDataBound ( string att ) : bool
IsRunAtServer ( ) : bool
TagAttributes ( ) : System
ToString ( ) : string
this ( object key ) : object

Private Methods

Méthode Description
CaseInsensitiveSearch ( string key ) : int
CheckServerKey ( object key ) : void
MakeHash ( ) : void

Method Details

Add() public méthode

public Add ( object key, object value ) : void
key object
value object
Résultat void

GetDictionary() public méthode

public GetDictionary ( string key ) : IDictionary
key string
Résultat IDictionary

IsDataBound() public méthode

public IsDataBound ( string att ) : bool
att string
Résultat bool

IsRunAtServer() public méthode

public IsRunAtServer ( ) : bool
Résultat bool

TagAttributes() public méthode

public TagAttributes ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( object key ) : object
key object
Résultat object