C# Class System.Web.Compilation.TagAttributes

ファイルを表示 Open project: runefs/Marvin Class Usage Examples

Public Methods

Method 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

Method Description
CaseInsensitiveSearch ( string key ) : int
CheckServerKey ( object key ) : void
MakeHash ( ) : void

Method Details

Add() public method

public Add ( object key, object value ) : void
key object
value object
return void

GetDictionary() public method

public GetDictionary ( string key ) : IDictionary
key string
return IDictionary

IsDataBound() public method

public IsDataBound ( string att ) : bool
att string
return bool

IsRunAtServer() public method

public IsRunAtServer ( ) : bool
return bool

TagAttributes() public method

public TagAttributes ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( object key ) : object
key object
return object