Class EntityEditScreen<TModel>
- Namespace
- Dynamicweb.CoreUI.Screens.Implementations
- Assembly
- Dynamicweb.CoreUI.dll
public class EntityEditScreen<TModel> : EntityEditScreen
Type Parameters
TModel
- Inheritance
-
EntityEditScreen<TModel>
- Inherited Members
Methods
EditorFor<T>(Expression<Func<TModel, T>>, string?, bool?, string?, bool?)
protected EditorBase EditorFor<T>(Expression<Func<TModel, T>> expression, string? label = null, bool? required = false, string? hint = null, bool? isReadonly = false)
Parameters
Returns
Type Parameters
T