| JavascriptAppendLine Method |
增加控件新内容并自动增加换行符
Namespace: Adf.Web.ControlsAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic void AppendLine(
string script
)
Public Sub AppendLine (
script As String
)
public:
void AppendLine(
String^ script
)
member AppendLine :
script : string -> unit
Parameters
- script
- Type: SystemString
添加脚本内容
See Also