System.Web.Compilation.AspGenerator.CodeRenderParser.TextParsed C# (CSharp) Méthode

TextParsed() private méthode

private TextParsed ( ILocation location, string text ) : void
location ILocation
text string
Résultat void
			void TextParsed (ILocation location, string text)
			{
				builder.AppendLiteralString (text);
			}