Edit

Share via


DefaultWebOptions.UpdateLinksOnSave Property

Definition

True if hyperlinks and paths to all supporting files are automatically updated before you save the document as a Web page, ensuring that the links are up-to-date at the time the document is saved. False if the links are not updated. The default value is True.

public:
 property bool UpdateLinksOnSave { bool get(); void set(bool value); };
public bool UpdateLinksOnSave { get; set; }
member this.UpdateLinksOnSave : bool with get, set
Public Property UpdateLinksOnSave As Boolean

Property Value

Remarks

You should set this property to False if the ___location where the document is saved is different from the final ___location on the Web server and the supporting files are not available at the first ___location.

Applies to