ScriptBehaviorDescriptor.GetScript 方法
定义
获取在页上实现目标控件的客户端脚本。Gets the client script that implements the target control on the page.
protected public:
override System::String ^ GetScript();
protected internal override string GetScript ();
override this.GetScript : unit -> string
Protected Friend Overrides Function GetScript () As String
返回
在页上实现目标控件的客户端脚本。The client script that implements the target control on the page.