London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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