You are here: Documenter for .NET > Using Documenter Styles to Create Links > The Link Constructor Style

The Link Constructor Style

Link Constructor style is used to link a constructor name to the topic describing that constructor.

For this style, link text must consist of a type name followed by the word Constructor.

To create a link using this style, select the link text and press Link Constructor  on the Doc-To-Help Documenter for .NET toolbar.

By default, Doc-To-Help applies the nested type separator substitution to the link text, if applicable, see Special Characters in Link Text. It also removes qualifying namespace, if present, from the class name in the link text. You can cancel removing the namespace by using the special characters, exclamation sign and parenthesis. See Special Characters in Link Text. You can also use the argument list for constructor overloads, see Argument List in Links.

The following table demonstrates the usage of the Link Constructor style:

 

In document

In help file

Links to topic

FileInfo Constructor

FileInfo Constructor

FileInfo Constructor

System.IO.FileInfo Constructor

FileInfo Constructor

System.IO.FileInfo Constructor

!System.IO.FileInfo Constructor

System.IO.FileInfo Constructor

System.IO.FileInfo Constructor

(System.IO.)FileInfo Constructor

System.IO.FileInfo Constructor

FileInfo Constructor