Bridge

OutputAttribute Class

The output folder path for generated JavaScript. A non-absolute path is concatenated with a project's root. Examples: "Bridge/output/", "../Bridge/output/", "c:\\output\\"

Namespace:  Bridge
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[AttributeUsageAttribute]
public sealed class OutputAttribute : Attribute
<ExternalAttribute> _
<AttributeUsageAttribute> _
Public NotInheritable Class OutputAttribute _
	Inherits Attribute
[ExternalAttribute]
[AttributeUsageAttribute]
public ref class OutputAttribute sealed : public Attribute

Inheritance Hierarchy


System..::..Object
  System..::..Attribute
    Bridge..::..OutputAttribute