[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.Providers.NetHelpProvider.CorrectUrl

CorrectUrl Method

CorrectUrl(string)

This method is not meaningful for the NetHelpProvider. It is used only to implement the IHelpProvider interface.

Declaration
public string CorrectUrl(string url)
Parameters
Type Name Description
string url

Url to be checked and corrected

Returns
Type Description
string

Always the initial url

Implements