Skip to main content
.NET Framework Class Library
ResourceExpressionFields..::.ResourceKey Property

Gets the resource key for a parsed resource expression.

Namespace: System.Web.Compilation
Assembly: System.Web (in System.Web.dll)
Syntax
Public ReadOnly Property ResourceKey As String
	Get
public string ResourceKey { get; }
public:
property String^ ResourceKey {
	String^ get ();
}
member ResourceKey : string

Property Value

Type: System..::.String
A String containing the resource key, or Empty if the resource key has not been set.
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 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 ResourceKey property would return "Currency" as its value.

Caution noteCaution

Sensitive information should not be stored in a resource file.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.