HttpContextBase.GetGlobalResourceObject Method

Definition

When overridden in a derived class, gets an application-level resource.

Overloads

GetGlobalResourceObject(String, String)

When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties.

GetGlobalResourceObject(String, String, CultureInfo)

When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object.

GetGlobalResourceObject(String, String)

When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties.

public virtual object GetGlobalResourceObject (string classKey, string resourceKey);

Parameters

classKey
String

A string that represents the ClassKey property of the requested resource object.

resourceKey
String

A string that represents the ResourceKey property of the requested resource object.

Returns

The requested application-level resource object, or null if no matching resource object is found.

Exceptions

Applies to

.NET Framework 4.8.1 ja muud versioonid
Toode Versioonid
.NET Framework 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

GetGlobalResourceObject(String, String, CultureInfo)

When overridden in a derived class, gets an application-level resource object based on the specified ClassKey and ResourceKey properties, and on the CultureInfo object.

public virtual object GetGlobalResourceObject (string classKey, string resourceKey, System.Globalization.CultureInfo culture);

Parameters

classKey
String

A string that represents the ClassKey property of the requested resource object.

resourceKey
String

A string that represents the ResourceKey property of the requested resource object.

culture
CultureInfo

A string that represents the CultureInfo object of the requested resource.

Returns

The requested application-level resource object, which is localized for the specified culture, or null if no matching resource object is found.

Exceptions

Applies to

.NET Framework 4.8.1 ja muud versioonid
Toode Versioonid
.NET Framework 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