ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / ChmProvider Class / GetFullUrl Method

In This Topic
    GetFullUrl Method (ChmProvider)
    In This Topic
    Returns a URL in a specific for the help provider format that can be displayed by the C1DynamicHelp control.
    Syntax
    'Declaration
     
    Public Function GetFullUrl( _
       ByVal url As System.String _
    ) As System.String
    public System.string GetFullUrl( 
       System.string url
    )

    Parameters

    url
    See Also