IUrlHelperFactory Interface

Definition

A factory for creating IUrlHelper instances.

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

Methods

GetUrlHelper(ActionContext)

Gets an IUrlHelper for the request associated with context.

Applies to