C# 클래스 System.Web.Compilation.TagAttributes

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
Add ( object key, object value ) : void
GetDictionary ( string key ) : IDictionary
IsDataBound ( string att ) : bool
IsRunAtServer ( ) : bool
TagAttributes ( ) : System
ToString ( ) : string
this ( object key ) : object

비공개 메소드들

메소드 설명
CaseInsensitiveSearch ( string key ) : int
CheckServerKey ( object key ) : void
MakeHash ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( object key, object value ) : void
key object
value object
리턴 void

GetDictionary() 공개 메소드

public GetDictionary ( string key ) : IDictionary
key string
리턴 IDictionary

IsDataBound() 공개 메소드

public IsDataBound ( string att ) : bool
att string
리턴 bool

IsRunAtServer() 공개 메소드

public IsRunAtServer ( ) : bool
리턴 bool

TagAttributes() 공개 메소드

public TagAttributes ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( object key ) : object
key object
리턴 object