IStringLocalizerFactory 接口
定义
表示可创建 IStringLocalizer 实例的工厂。Represents a factory that creates IStringLocalizer instances.
public interface class IStringLocalizerFactory
public interface IStringLocalizerFactory
type IStringLocalizerFactory = interface
Public Interface IStringLocalizerFactory
- 派生
方法
| Create(String, String) |
创建 IStringLocalizer。Creates an IStringLocalizer. |
| Create(Type) |
使用指定 Type 的 Assembly 和 FullName 创建 IStringLocalizer。Creates an IStringLocalizer using the Assembly and FullName of the specified Type. |