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

In This Topic
    InitPath Property (FileManagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FileManager.InitPath. Initial path of cloud. (obsolete) please use Root Folder and Container Name (of Azure) instead.
    Syntax
    'Declaration
     
    Public Property InitPath As String
    public string InitPath {get; set;}
    See Also