Partilhar via


ResourceManagerStringLocalizerFactory.GetResourcePrefix Método

Definição

Sobrecargas

GetResourcePrefix(TypeInfo)

Obtém o prefixo de recurso usado para pesquisar o recurso.

GetResourcePrefix(String, String)

Obtém o prefixo de recurso usado para pesquisar o recurso.

GetResourcePrefix(TypeInfo, String, String)

Obtém o prefixo de recurso usado para pesquisar o recurso.

GetResourcePrefix(String, String, String)

Obtém o prefixo de recurso usado para pesquisar o recurso.

GetResourcePrefix(TypeInfo)

Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs

Obtém o prefixo de recurso usado para pesquisar o recurso.

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

Parâmetros

typeInfo
TypeInfo

O tipo do recurso a ser pesquisado.

Retornos

O prefixo para pesquisa de recurso.

Aplica-se a

GetResourcePrefix(String, String)

Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs

Obtém o prefixo de recurso usado para pesquisar o recurso.

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

Parâmetros

baseResourceName
String

O nome do recurso a ser pesquisado

baseNamespace
String

O namespace base do aplicativo.

Retornos

O prefixo para pesquisa de recurso.

Aplica-se a

GetResourcePrefix(TypeInfo, String, String)

Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs

Obtém o prefixo de recurso usado para pesquisar o recurso.

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

Parâmetros

typeInfo
TypeInfo

O tipo do recurso a ser pesquisado.

baseNamespace
String

O namespace base do aplicativo.

resourcesRelativePath
String

A pasta que contém todos os recursos.

Retornos

O prefixo para pesquisa de recurso.

Comentários

Para o tipo "Sample.Controllers.Home" se houver um resourceRelativePath, retorne "Sample.Resourcepath.Controllers.Home" se não houver um, ele retornará "Sample.Controllers.Home".

Aplica-se a

GetResourcePrefix(String, String, String)

Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs
Origem:
ResourceManagerStringLocalizerFactory.cs

Obtém o prefixo de recurso usado para pesquisar o recurso.

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

Parâmetros

location
String

A localização geral do recurso.

baseName
String

O nome base do recurso.

resourceLocation
String

A localização do recurso dentro de location.

Retornos

O prefixo de recurso usado para pesquisar o recurso.

Aplica-se a