Table of Contents

Class DocAttribute

Namespace
Ecng.ComponentModel
Assembly
Ecng.ComponentModel.dll

Online doc url attribute.

public class DocAttribute : Attribute
Inheritance
DocAttribute
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the DocAttribute.

Constructors

DocAttribute(string)

Online doc url attribute.

public DocAttribute(string docUrl)

Parameters

docUrl string

Online doc url.

Remarks

Initializes a new instance of the DocAttribute.

Properties

DocUrl

Online doc url.

public string DocUrl { get; }

Property Value

string