ResourceExpressionFields.ClassKey Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the class key for a parsed resource expression.
public:
property System::String ^ ClassKey { System::String ^ get(); };
public string ClassKey { get; }
member this.ClassKey : string
Public ReadOnly Property ClassKey As String
A String containing the class key, or Empty if the class key has not been set.
This method returns the class key for a parsed resource expression. The class key represents the name of the resource file, and is the value specified before the comma (,) in an expression of the form <%$ Resources: [Namespace.]ClassKey, ResourceKey $>
. A namespace value for the resource class is optional. When a namespace is provided, the namespace and the class key are returned in the ClassKey property. The class key cannot contain spaces or double-byte character sets (DBCS).
To reference a resource file named Financial.resx or a localized version such as Financial.en-GB.resx, you would include the resource expression <%$ Resources: Financial, ResourceKey %>
. After parsing, the ClassKey property would return "Financial" as its value.
Внимание
Sensitive information should not be stored in a resource file.
Продукт | Версии |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: