Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorClientBrowserInfo Class / SessionStorage Property

In This Topic
    SessionStorage Property
    In This Topic
    Is using SessionStorage or not
    Syntax
    'Declaration
     
    
    Public Property SessionStorage As Nullable(Of Boolean)
    public Nullable<bool> SessionStorage {get; set;}
    See Also