C# 클래스 System.Web.Compilation.AspGenerator.CodeRenderParser

파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
AddChildren ( AspGenerator generator ) : void
CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System

비공개 메소드들

메소드 설명
DoParse ( string str ) : void
DoParseExpressions ( string str ) : void
ParseError ( ILocation location, string message ) : void
TagParsed ( ILocation location, TagType tagtype, string tagid, TagAttributes attributes ) : void
TextParsed ( ILocation location, string text ) : void

메소드 상세

AddChildren() 공개 메소드

public AddChildren ( AspGenerator generator ) : void
generator AspGenerator
리턴 void

CodeRenderParser() 공개 메소드

public CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System
str string
builder System.Web.UI.ControlBuilder
location ILocation
리턴 System