CachedModelMetadata<TPrototypeCache>.ComputeNullDisplayText 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 the cached string to display for null values.

protected virtual string ComputeNullDisplayText ();
abstract member ComputeNullDisplayText : unit -> string
override this.ComputeNullDisplayText : unit -> string
Protected Overridable Function ComputeNullDisplayText () As String

Returns

The cached string to display for null values.

Applies to