HttpContextWrapper.GetLocalResourceObject 메서드

정의

페이지 수준의 리소스를 가져옵니다.

오버로드

GetLocalResourceObject(String, String)

지정된 VirtualPathResourceKey 속성에 따라 페이지 수준의 리소스 개체를 가져옵니다.

GetLocalResourceObject(String, String, CultureInfo)

지정된 VirtualPathResourceKey 속성과 CultureInfo 개체에 따라 페이지 수준의 리소스 개체를 가져옵니다.

GetLocalResourceObject(String, String)

지정된 VirtualPathResourceKey 속성에 따라 페이지 수준의 리소스 개체를 가져옵니다.

public:
 override System::Object ^ GetLocalResourceObject(System::String ^ virtualPath, System::String ^ resourceKey);
public override object GetLocalResourceObject (string virtualPath, string resourceKey);
override this.GetLocalResourceObject : string * string -> obj
Public Overrides Function GetLocalResourceObject (virtualPath As String, resourceKey As String) As Object

매개 변수

virtualPath
String

로컬 리소스 개체의 VirtualPath 속성을 나타내는 문자열입니다.

resourceKey
String

요청된 리소스 개체의 ResourceKey 속성을 나타내는 문자열입니다.

반환

Object

요청된 페이지 수준 리소스 개체 또는 일치하는 리소스 개체가 없는 경우 null 입니다.

적용 대상

GetLocalResourceObject(String, String, CultureInfo)

지정된 VirtualPathResourceKey 속성과 CultureInfo 개체에 따라 페이지 수준의 리소스 개체를 가져옵니다.

public:
 override System::Object ^ GetLocalResourceObject(System::String ^ virtualPath, System::String ^ resourceKey, System::Globalization::CultureInfo ^ culture);
public override object GetLocalResourceObject (string virtualPath, string resourceKey, System.Globalization.CultureInfo culture);
override this.GetLocalResourceObject : string * string * System.Globalization.CultureInfo -> obj
Public Overrides Function GetLocalResourceObject (virtualPath As String, resourceKey As String, culture As CultureInfo) As Object

매개 변수

virtualPath
String

로컬 리소스 개체의 VirtualPath 속성을 나타내는 문자열입니다.

resourceKey
String

요청된 리소스 개체의 ResourceKey 속성을 나타내는 문자열입니다.

culture
CultureInfo

요청된 리소스 개체의 CultureInfo 개체를 나타내는 문자열입니다.

반환

Object

지정된 문화권에 맞게 지역화된 요청된 로컬 리소스 개체 또는 일치하는 리소스 개체가 없는 경우 null 입니다.

적용 대상