ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / IHelpProvider Interface / CorrectUrl Method
URL to be checked and corrected

In This Topic
    CorrectUrl Method (IHelpProvider)
    In This Topic
    Checks whether the URL is in correct format and corrects it if necessary.
    Syntax
    'Declaration
     
    Function CorrectUrl( _
       ByVal url As System.String _
    ) As System.String
    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
    See Also