Class ExportAttribute
Inheritance
ExportAttribute
Assembly: SlipeShared.dll
Syntax
[AttributeUsage(AttributeTargets.Method, Inherited = false, AllowMultiple = false)]
public sealed class ExportAttribute : Attribute
Constructors
|
Improve this Doc
View Source
ExportAttribute(String, Boolean)
Declaration
public ExportAttribute(string name = null, bool isHttp = false)
Parameters
Properties
|
Improve this Doc
View Source
IsHttp
Declaration
public bool IsHttp { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value