ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp.Providers Namespace / NetHelpProvider Class / CorrectUrl Method
Url to be checked and corrected

In This Topic
    CorrectUrl Method (NetHelpProvider)
    In This Topic
    This method is not meaningful for the NetHelpProvider. It is used only to implement the IHelpProvider interface.
    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

    Always the initial url
    See Also