ComponentOne DynamicHelp for WinForms
CorrectUrl Method (ChmProvider)

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

Reference

ChmProvider Class
ChmProvider Members