ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.5.2 Assembly / C1.Win.C1DynamicHelp Namespace / HelpTopic Class / Url Property

In This Topic
    Url Property (HelpTopic)
    In This Topic
    Gets the topic URL relative to the help source.
    Syntax
    'Declaration
     
    Public ReadOnly Property Url As System.String
    public System.string Url {get;}
    Remarks
    Since this is the relative URL, the help viewer/browser may be unable to display topics given only that URL. Full URL can be obtained from the IHelpProvider.GetFullUrl method.
    See Also