ScriptStringLoc Members
Include Protected Members
Include Inherited Members
Renders a control that is used to render a localized string throughout a client JavaScript block.
The ScriptStringLoc type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ScriptStringLoc | Initializes a new instance of the ScriptStringLoc class. |
Top
Properties
Name | Description | |
---|---|---|
Text | Gets the localized text to be rendered. | |
TextLocId | Gets or sets the localized string ID value associated with the Text property. | |
TextLocIdNum | Gets or sets the integer value of the localized string ID associated with the Text property. |
Top
Methods
Name | Description | |
---|---|---|
Render | Renders the ScriptStringLoc control to the specified [System.Web.UI.HtmlTextWriter] object. (Overrides Control.Render(HtmlTextWriter).) |
Top