Table of Contents

Method RegisterResolverAlias

Namespace
Alternet.FormDesigner
Assembly
Alternet.FormDesigner.v10.dll

RegisterResolverAlias(string, Type)

Registers a resolver alias that maps a string alias to a specific Type.

public static void RegisterResolverAlias(string alias, Type type)

Parameters

alias string

The string alias to register.

type Type

The Type to associate with the alias.