Re: Cute Editor for .NET 4.5 URLs

  •  06-21-2005, 6:21 PM

    Re: Cute Editor for .NET 4.5 URLs

    If I create a relative link and then click on the "Insert Hyperlink" button to view the properties of my link, the URL is changed to an absolute link. The link is changed even if I click the "Cancel" button.
    The same "translation" occur if I drag and drop a link from one position to another.
    I've set:
    .UseRelativeLinks = true;
    .RemoveServerNamesFromUrl =
    true;
    .DisableAutoFormatting =
    true;
     
    Regards,
    Zapotec
View Complete Thread