PersistComponentStateTagHelper.PersistenceMode Property

Definition

Gets or sets the PersistenceMode for the state to persist.

[Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("persist-mode")]
public Microsoft.AspNetCore.Mvc.TagHelpers.PersistenceMode? PersistenceMode { get; set; }
[<Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeName("persist-mode")>]
member this.PersistenceMode : Nullable<Microsoft.AspNetCore.Mvc.TagHelpers.PersistenceMode> with get, set
Public Property PersistenceMode As Nullable(Of PersistenceMode)

Property Value

Attributes

Applies to