Web API Core | ComponentOne
C1.Web.Api.Visitor.Models Namespace / VisitorConfig Class / LocationProvider Property

In This Topic
    LocationProvider Property
    In This Topic
    A provider help to detect visitor Geographical Location.
    Syntax
    'Declaration
     
    
    Public Property LocationProvider As ILocationProvider
    public ILocationProvider LocationProvider {get; set;}
    See Also