AI OnAI Off
protected override void AddedControl(System.Web.UI.Control control, int index)
{
switch(this.InnerProperty.GetType().ToString())
{
case "EPiServer.Core.PropertyPageReference" :
HyperLink hl = control as HyperLink;
if(hl != null)
{
My english page