Click or drag to resize

HelpUrlAttribute Constructor

Initializes a new instance of the HelpUrlAttribute class

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public HelpUrlAttribute(
	string url
)

Parameters

url  String
The page name to link to in the help website.
See Also