System.Web.UI.TemplateControl.CreateResourceBasedLiteralControl Method

Accesses literal strings stored in a resource. The TemplateControl.CreateResourceBasedLiteralControl(int, int, bool) method is not intended for use from within your code.

Syntax

protected LiteralControl CreateResourceBasedLiteralControl (int offset, int size, bool fAsciiOnly)

Parameters

offset
The offset of the start of the string in the resource.
size
The size of the string in bytes.
fAsciiOnly
A Boolean value indicating if the string in the resource contains only 7-bit ASCII characters.

Returns

A System.Web.UI.LiteralControl representing a literal string in a resource.

Remarks

The TemplateControl.CreateResourceBasedLiteralControl(int, int, bool) method is used to access literal strings that are stored in a resource and is not intended for use from within your code.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0