Share via


CachedDataAnnotationsModelMetadata.ComputeEditFormatString Method

Definition

Overloads

ComputeEditFormatString()

Gets the edit format string of the model.If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.

ComputeEditFormatString()

Gets the edit format string of the model.If the value is cached, the cashed value is returned; otherwise the value is retrieved from the model metadata and stored in the cache.

protected override string ComputeEditFormatString ();
override this.ComputeEditFormatString : unit -> string
Protected Overrides Function ComputeEditFormatString () As String

Returns

The edit format string of the model.

Applies to