TemplateControl.CreateResourceBasedLiteralControl Method
Accesses literal strings stored in a resource. The CreateResourceBasedLiteralControl method is not intended for use from within your code.
Assembly: System.Web (in System.Web.dll)
'Declaration Protected Function CreateResourceBasedLiteralControl ( _ offset As Integer, _ size As Integer, _ fAsciiOnly As Boolean _ ) As LiteralControl 'Usage Dim offset As Integer Dim size As Integer Dim fAsciiOnly As Boolean Dim returnValue As LiteralControl returnValue = Me.CreateResourceBasedLiteralControl(offset, _ size, fAsciiOnly)
Parameters
- offset
- Type: System.Int32
The offset of the start of the string in the resource.
- size
- Type: System.Int32
The size of the string in bytes.
- fAsciiOnly
- Type: System.Boolean
A Boolean value indicating if the string in the resource contains only 7-bit ASCII characters.
Return Value
Type: System.Web.UI.LiteralControlA LiteralControl representing a literal string in a resource.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.