Call() 개인적인 메소드

private Call ( ScriptPosition mode, string name ) : void
mode ScriptPosition
name string
리턴 void
예제 #1
0
 protected void SetValue(string value)
 {
     if (parent != null && parent.AllowCallbackScriptMonitoring && RequestManager.IsAjaxRequest)
     {
         parent.Call("setValue", value);
     }
 }