Class DocLinkAttribute
Defines a documentation link for a service.
Used primarily by service inspector facades.
Inheritance
DocLinkAttribute
Assembly: cs.temp.dll.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
[Obsolete("Use HelpURLAttribute from Unity instead")]
public class DocLinkAttribute : Attribute, _Attribute
Constructors
Declaration
public DocLinkAttribute(string url)
Parameters
Type |
Name |
Description |
String |
url |
|
Properties
Declaration
public string URL { get; }
Property Value
Implements