ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FileManagerTagHelper Class / HostUrl Property

In This Topic
    HostUrl Property (FileManagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FileManager.HostUrl. Host Url of machine which host the server.
    Syntax
    'Declaration
     
    Public Property HostUrl As String
    public string HostUrl {get; set;}
    See Also