ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / ChmProvider Class / CorrectUrl Method
URL to be checked and corrected

In This Topic
    CorrectUrl Method (ChmProvider)
    In This Topic
    Checks whether the URL is in correct format and corrects it if necessary.
    Syntax
    'Declaration
     
    Public Function CorrectUrl( _
       ByVal url As System.String _
    ) As System.String
    public System.string CorrectUrl( 
       System.string url
    )

    Parameters

    url
    URL to be checked and corrected

    Return Value

    A corrected URL if some changes were made, otherwise the initial URL value
    Remarks
    Clicking some links in a *.chm file can lead to losing the path specified in the Source property.
    See Also