Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorDevice Class / IsMobile Property

In This Topic
    IsMobile Property
    In This Topic
    Check client is mobile or not
    Syntax
    'Declaration
     
    
    Public Property IsMobile As Boolean
    public bool IsMobile {get; set;}
    See Also