System.Web.UI.SimpleWebHandlerParser.TextParsed C# (CSharp) 메소드

TextParsed() 개인적인 메소드

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