Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials.Navigation Inheritance: System.Enum

Syntax

CloudNimble.BlazorEssentials.Navigation.ScrollRestorationType

Summary

Represents the scroll restoration behavior on history navigation.

Values

NameValueDescription
Auto0The location on the page to which the user has scrolled will be restored.
Manual1The location on the page is not restored. The user will have to scroll to the location manually.