Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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