ResourceManagerStringLocalizerFactory.GetResourcePrefix メソッド

定義

オーバーロード

名前 説明
GetResourcePrefix(TypeInfo)

リソースの検索に使用するリソース プレフィックスを取得します。

GetResourcePrefix(String, String)

リソースの検索に使用するリソース プレフィックスを取得します。

GetResourcePrefix(TypeInfo, String, String)

リソースの検索に使用するリソース プレフィックスを取得します。

GetResourcePrefix(String, String, String)

リソースの検索に使用するリソース プレフィックスを取得します。

GetResourcePrefix(TypeInfo)

ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs

リソースの検索に使用するリソース プレフィックスを取得します。

protected:
 virtual System::String ^ GetResourcePrefix(System::Reflection::TypeInfo ^ typeInfo);
protected virtual string GetResourcePrefix(System.Reflection.TypeInfo typeInfo);
abstract member GetResourcePrefix : System.Reflection.TypeInfo -> string
override this.GetResourcePrefix : System.Reflection.TypeInfo -> string
Protected Overridable Function GetResourcePrefix (typeInfo As TypeInfo) As String

パラメーター

typeInfo
TypeInfo

検索するリソースの種類。

返品

リソース参照のプレフィックス。

適用対象

GetResourcePrefix(String, String)

ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs

リソースの検索に使用するリソース プレフィックスを取得します。

protected:
 virtual System::String ^ GetResourcePrefix(System::String ^ baseResourceName, System::String ^ baseNamespace);
protected virtual string GetResourcePrefix(string baseResourceName, string baseNamespace);
abstract member GetResourcePrefix : string * string -> string
override this.GetResourcePrefix : string * string -> string
Protected Overridable Function GetResourcePrefix (baseResourceName As String, baseNamespace As String) As String

パラメーター

baseResourceName
String

検索するリソースの名前

baseNamespace
String

アプリケーションの基本名前空間。

返品

リソース参照のプレフィックス。

適用対象

GetResourcePrefix(TypeInfo, String, String)

ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs

リソースの検索に使用するリソース プレフィックスを取得します。

protected:
 virtual System::String ^ GetResourcePrefix(System::Reflection::TypeInfo ^ typeInfo, System::String ^ baseNamespace, System::String ^ resourcesRelativePath);
protected virtual string GetResourcePrefix(System.Reflection.TypeInfo typeInfo, string? baseNamespace, string? resourcesRelativePath);
abstract member GetResourcePrefix : System.Reflection.TypeInfo * string * string -> string
override this.GetResourcePrefix : System.Reflection.TypeInfo * string * string -> string
Protected Overridable Function GetResourcePrefix (typeInfo As TypeInfo, baseNamespace As String, resourcesRelativePath As String) As String

パラメーター

typeInfo
TypeInfo

検索するリソースの種類。

baseNamespace
String

アプリケーションの基本名前空間。

resourcesRelativePath
String

すべてのリソースを含むフォルダー。

返品

リソース参照のプレフィックス。

注釈

resourceRelativePath がある場合は型 "Sample.Controllers.Home" に対しては、"Sample.Resourcepath.Controllers.Home" が返されます (存在しない場合)。"Sample.Controllers.Home" が返されます。

適用対象

GetResourcePrefix(String, String, String)

ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs
ソース:
ResourceManagerStringLocalizerFactory.cs

リソースの検索に使用するリソース プレフィックスを取得します。

protected:
 virtual System::String ^ GetResourcePrefix(System::String ^ location, System::String ^ baseName, System::String ^ resourceLocation);
protected virtual string GetResourcePrefix(string location, string baseName, string resourceLocation);
abstract member GetResourcePrefix : string * string * string -> string
override this.GetResourcePrefix : string * string * string -> string
Protected Overridable Function GetResourcePrefix (location As String, baseName As String, resourceLocation As String) As String

パラメーター

location
String

リソースの一般的な場所。

baseName
String

リソースのベース名。

resourceLocation
String

location内のリソースの場所。

返品

リソースの検索に使用されるリソース プレフィックス。

適用対象