CachedModelMetadata<TPrototypeCache>.ComputeShowForEdit Method

Definition

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.Gets or sets a cached value that indicates whether the model should be displayed in editable views.

protected virtual bool ComputeShowForEdit ();
abstract member ComputeShowForEdit : unit -> bool
override this.ComputeShowForEdit : unit -> bool
Protected Overridable Function ComputeShowForEdit () As Boolean

Returns

A cached value that indicates whether the model should be displayed in editable views.

Applies to