IHtmlLocalizerFactory Interface

Definition

A factory that creates IHtmlLocalizer instances.

public interface class IHtmlLocalizerFactory
public interface IHtmlLocalizerFactory
type IHtmlLocalizerFactory = interface
Public Interface IHtmlLocalizerFactory
Derived

Methods

Create(String, String)

Creates an IHtmlLocalizer.

Create(Type)

Creates an IHtmlLocalizer using the Assembly and FullName of the specified Type.

Applies to