C# Class System.Web.Compilation.AspGenerator.CodeRenderParser

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Méthode Description
AddChildren ( AspGenerator generator ) : void
CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System

Private Methods

Méthode Description
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

Method Details

AddChildren() public méthode

public AddChildren ( AspGenerator generator ) : void
generator AspGenerator
Résultat void

CodeRenderParser() public méthode

public CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System
str string
builder System.Web.UI.ControlBuilder
location ILocation
Résultat System