SsrBrowserOptions.DisableDomPreservation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When true, disables DOM preservation during enhanced navigation.
Maps to SsrStartOptions.disableDomPreservation.
public bool? DisableDomPreservation { get; set; }
member this.DisableDomPreservation : Nullable<bool> with get, set
Public Property DisableDomPreservation As Nullable(Of Boolean)