ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeServiceTagHelper Class / Url Property

In This Topic
    Url Property (CubeServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.CubeService.Url. Sets the url of the SSAS server.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}
    See Also