ScriptAttribute Class
ScriptAttribute specifies the method implementation that will be output to javascript
instead of its actual C# implementation. C# implementation is completely discarded if
this attribute is used.
Namespace:
BridgeAssembly: Bridge (in Bridge.dll)
Syntax
[ExternalAttribute] [AttributeUsageAttribute] public sealed class ScriptAttribute : Attribute
<ExternalAttribute> _ <AttributeUsageAttribute> _ Public NotInheritable Class ScriptAttribute _ Inherits Attribute
[ExternalAttribute] [AttributeUsageAttribute] public ref class ScriptAttribute sealed : public Attribute