| JavascriptFunction Property |
获取或设置函数名称,注:此属性设置后将使所有脚本均包含在这个函数中,如须在内容中增加函数,请使用AppendFunction与AppendEndFunction
Namespace: Adf.Web.ControlsAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic string Function { get; set; }Public Property Function As String
Get
Set
public:
property String^ Function {
String^ get ();
void set (String^ value);
}member Function : string with get, set
Property Value
Type:
String
See Also