Class DocLinkAttribute
Defines a documentation link for a service.
Used primarily by service inspector facades.
Inheritance
DocLinkAttribute
Assembly: cs.temp.dll.dll
public class DocLinkAttribute : Attribute, Attribute
Constructors
Declaration
public DocLinkAttribute(string url)
Parameters
Type |
Name |
Description |
String |
url |
|
Declaration
public DocLinkAttribute(string url)
Parameters
Type |
Name |
Description |
String |
url |
|
Properties
Declaration
public string URL { get; }
Property Value
Declaration
public string URL { get; }
Property Value
Implements
Attribute