ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1LineChart Class / GetRouteUrl Method / GetRouteUrl(String,Object) Method

In This Topic
    GetRouteUrl(String,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetRouteUrl( _
       ByVal routeName As System.String, _
       ByVal routeParameters As System.Object _
    ) As System.String
    public System.string GetRouteUrl( 
       System.string routeName,
       System.object routeParameters
    )

    Parameters

    routeName
    routeParameters
    See Also