System.Web.UI Namespace
Provides the Page and the UserControl classes with a base set of functionality.
Visibility |
Name |
Parameters |
Return Type |
protected |
Construct |
( )
|
Void
|
protected |
CreateResourceBasedLiteralControl |
(
Int32
offset
,
Int32
size
,
Boolean
fAsciiOnly
)
|
LiteralControl
|
protected |
FrameworkInitialize |
( )
|
Void
|
protected |
GetGlobalResourceObject |
(
String
className
,
String
resourceKey
,
Type
objType
,
String
propName
)
|
Object
|
protected |
GetGlobalResourceObject |
(
String
className
,
String
resourceKey
)
|
Object
|
protected |
GetLocalResourceObject |
(
String
resourceKey
,
Type
objType
,
String
propName
)
|
Object
|
protected |
GetLocalResourceObject |
(
String
resourceKey
)
|
Object
|
public |
LoadControl |
(
Type
t
,
Object
parameters
)
|
Control
|
public |
LoadControl |
(
String
virtualPath
)
|
Control
|
public |
LoadTemplate |
(
String
virtualPath
)
|
ITemplate
|
protected |
OnAbortTransaction |
(
EventArgs
e
)
|
Void
|
protected |
OnCommitTransaction |
(
EventArgs
e
)
|
Void
|
protected |
OnError |
(
EventArgs
e
)
|
Void
|
public |
ParseControl |
(
String
content
)
|
Control
|
public |
ParseControl |
(
String
content
,
Boolean
ignoreParserFilter
)
|
Control
|
public |
ReadStringResource |
( )
|
Object
|
public static |
ReadStringResource |
(
Type
t
)
|
Object
|
protected |
SetStringResourcePointer |
(
Object
stringResourcePointer
,
Int32
maxResourceOffset
)
|
Void
|
public |
TestDeviceFilter |
(
String
filterName
)
|
Boolean
|
protected |
WriteUTF8ResourceString |
(
HtmlTextWriter
output
,
Int32
offset
,
Int32
size
,
Boolean
fAsciiOnly
)
|
Void
|
|
|
|