Table of Contents

Class EditorProvider

Namespace
Dynamicweb.CoreUI.Editors
Assembly
Dynamicweb.CoreUI.dll
public abstract class EditorProvider
Inheritance
EditorProvider
Derived
Inherited Members

Methods

GetEditor<T>(string)

public abstract EditorBase? GetEditor<T>(string name)

Parameters

name string

Returns

EditorBase

Type Parameters

T
To top