System.Web.Compilation.AspGenerator.CodeRenderParser.CodeRenderParser C# (CSharp) Method

CodeRenderParser() public method

public CodeRenderParser ( string str, ControlBuilder builder, ILocation location ) : System
str string
builder System.Web.UI.ControlBuilder
location ILocation
return System
			public CodeRenderParser (string str, ControlBuilder builder, ILocation location)
			{
				this.str = str;
				this.builder = builder;
				this.location = location;
			}