コード例 #1
0
ファイル: HtmlAnchorCas.cs プロジェクト: Profit0004/mono
		public void Deny_Unrestricted ()
		{
			HtmlAnchorTest unit = new HtmlAnchorTest ();
			unit.DefaultProperties ();
			unit.NullProperties ();
			unit.Target ();
			unit.HRef ();
			unit.AbsoluteHRef ();
			unit.RenderAttributes ();
		}
コード例 #2
0
ファイル: HtmlAnchorCas.cs プロジェクト: nobled/mono
		public void Deny_Unrestricted ()
		{
			HtmlAnchorTest unit = new HtmlAnchorTest ();
			unit.DefaultProperties ();
			unit.NullProperties ();
			unit.Target ();
			unit.HRef ();
			unit.AbsoluteHRef ();
			unit.RenderAttributes ();
#if ONLY_1_1
			// sadly this started to throw NRE in 2.0 RC
			unit.IPostBackEventHandler_RaisePostBackEvent ();
#endif
		}