public void Deny_Unrestricted () { HtmlAnchorTest unit = new HtmlAnchorTest (); unit.DefaultProperties (); unit.NullProperties (); unit.Target (); unit.HRef (); unit.AbsoluteHRef (); unit.RenderAttributes (); }
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 }