Visibility |
Name |
Parameters |
Return Type |
public |
GetCallbackEventReference |
(
Control
control
,
String
argument
,
String
clientCallback
,
String
context
,
String
clientErrorCallback
,
Boolean
useAsync
)
|
String
|
public |
GetCallbackEventReference |
(
Control
control
,
String
argument
,
String
clientCallback
,
String
context
)
|
String
|
public |
GetCallbackEventReference |
(
String
target
,
String
argument
,
String
clientCallback
,
String
context
,
String
clientErrorCallback
,
Boolean
useAsync
)
|
String
|
public |
GetCallbackEventReference |
(
Control
control
,
String
argument
,
String
clientCallback
,
String
context
,
Boolean
useAsync
)
|
String
|
public |
GetPostBackClientHyperlink |
(
Control
control
,
String
argument
,
Boolean
registerForEventValidation
)
|
String
|
public |
GetPostBackClientHyperlink |
(
Control
control
,
String
argument
)
|
String
|
public |
GetPostBackEventReference |
(
Control
control
,
String
argument
)
|
String
|
public |
GetPostBackEventReference |
(
Control
control
,
String
argument
,
Boolean
registerForEventValidation
)
|
String
|
public |
GetPostBackEventReference |
(
PostBackOptions
options
,
Boolean
registerForEventValidation
)
|
String
|
public |
GetPostBackEventReference |
(
PostBackOptions
options
)
|
String
|
public |
GetWebResourceUrl |
(
Type
type
,
String
resourceName
)
|
String
|
public |
IsClientScriptBlockRegistered |
(
String
key
)
|
Boolean
|
public |
IsClientScriptBlockRegistered |
(
Type
type
,
String
key
)
|
Boolean
|
public |
IsClientScriptIncludeRegistered |
(
String
key
)
|
Boolean
|
public |
IsClientScriptIncludeRegistered |
(
Type
type
,
String
key
)
|
Boolean
|
public |
IsOnSubmitStatementRegistered |
(
String
key
)
|
Boolean
|
public |
IsOnSubmitStatementRegistered |
(
Type
type
,
String
key
)
|
Boolean
|
public |
IsStartupScriptRegistered |
(
String
key
)
|
Boolean
|
public |
IsStartupScriptRegistered |
(
Type
type
,
String
key
)
|
Boolean
|
public |
RegisterArrayDeclaration |
(
String
arrayName
,
String
arrayValue
)
|
Void
|
public |
RegisterClientScriptBlock |
(
Type
type
,
String
key
,
String
script
)
|
Void
|
public |
RegisterClientScriptBlock |
(
Type
type
,
String
key
,
String
script
,
Boolean
addScriptTags
)
|
Void
|
public |
RegisterClientScriptInclude |
(
String
key
,
String
url
)
|
Void
|
public |
RegisterClientScriptInclude |
(
Type
type
,
String
key
,
String
url
)
|
Void
|
public |
RegisterClientScriptResource |
(
Type
type
,
String
resourceName
)
|
Void
|
public |
RegisterExpandoAttribute |
(
String
controlId
,
String
attributeName
,
String
attributeValue
,
Boolean
encode
)
|
Void
|
public |
RegisterExpandoAttribute |
(
String
controlId
,
String
attributeName
,
String
attributeValue
)
|
Void
|
public |
RegisterForEventValidation |
(
String
uniqueId
)
|
Void
|
public |
RegisterForEventValidation |
(
PostBackOptions
options
)
|
Void
|
public |
RegisterForEventValidation |
(
String
uniqueId
,
String
argument
)
|
Void
|
public |
RegisterHiddenField |
(
String
hiddenFieldName
,
String
hiddenFieldInitialValue
)
|
Void
|
public |
RegisterOnSubmitStatement |
(
Type
type
,
String
key
,
String
script
)
|
Void
|
public |
RegisterStartupScript |
(
Type
type
,
String
key
,
String
script
)
|
Void
|
public |
RegisterStartupScript |
(
Type
type
,
String
key
,
String
script
,
Boolean
addScriptTags
)
|
Void
|
public |
ValidateEvent |
(
String
uniqueId
)
|
Void
|
public |
ValidateEvent |
(
String
uniqueId
,
String
argument
)
|
Void
|