C# Class DotNetWebToolkit.Attributes.JsExportAttribute

Inheritance: System.Attribute
显示文件 Open project: chrisdunelm/DotNetWebToolkit

Public Methods

Method Description
JsExportAttribute ( ) : System
JsExportAttribute ( string exportName ) : System

Method Details

JsExportAttribute() public method

public JsExportAttribute ( ) : System
return System

JsExportAttribute() public method

public JsExportAttribute ( string exportName ) : System
exportName string
return System