ComponentOne DynamicHelp for WinForms
CorrectUrl Method (NetHelpProvider)

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp.Providers Namespace > NetHelpProvider Class : CorrectUrl Method
Url to be checked and corrected
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

Reference

NetHelpProvider Class
NetHelpProvider Members