HttpContextWrapper.GetLocalResourceObject 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
페이지 수준의 리소스를 가져옵니다.
오버로드
GetLocalResourceObject(String, String) |
지정된 VirtualPath 및 ResourceKey 속성에 따라 페이지 수준의 리소스 개체를 가져옵니다. |
GetLocalResourceObject(String, String, CultureInfo) |
지정된 VirtualPath 및 ResourceKey 속성과 CultureInfo 개체에 따라 페이지 수준의 리소스 개체를 가져옵니다. |
GetLocalResourceObject(String, String)
지정된 VirtualPath 및 ResourceKey 속성에 따라 페이지 수준의 리소스 개체를 가져옵니다.
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 속성을 나타내는 문자열입니다.
반환
요청된 페이지 수준 리소스 개체 또는 일치하는 리소스 개체가 없는 경우 null
입니다.
적용 대상
GetLocalResourceObject(String, String, CultureInfo)
지정된 VirtualPath 및 ResourceKey 속성과 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 개체를 나타내는 문자열입니다.
반환
지정된 문화권에 맞게 지역화된 요청된 로컬 리소스 개체 또는 일치하는 리소스 개체가 없는 경우 null
입니다.