System.Web.UI.SimpleWebHandlerParser.TextParsed C# (CSharp) Method

TextParsed() private method

private TextParsed ( ILocation location, string text ) : void
location ILocation
text string
return void
		void TextParsed (ILocation location, string text)
		{
			if (text.Trim () != "")
				throw new ParseException (location, "Text not allowed here");
		}