System.Web.Compilation.ResourceExpressionFields.ResourceKey Property

Gets the resource key for a parsed resource expression.

Syntax

public string ResourceKey { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This method returns the resource key for a parsed resource expression. The resource key is the value specified after the comma (,) in an expression of the form <%$ Resources: ClassKey, ResourceKey %>. The ResourceExpressionFields.ResourceKey property identifies a particular key/value pair within the resource file mapped to the class key. For example, if a file named Financial.resx contains a key called Currency, that value could be specified with the resource expression <%$ Resources: Financial, Currency %>. After parsing, the ResourceExpressionFields.ResourceKey property would return "Currency" as its value.

Note:

Sensitive information should not be stored in a resource file.

Requirements

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0