Share via


CachedModelMetadata<TPrototypeCache>.ComputeHasNonDefaultEditFormat Method ()

 

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

protected virtual bool ComputeHasNonDefaultEditFormat()
protected:
virtual bool ComputeHasNonDefaultEditFormat()
abstract ComputeHasNonDefaultEditFormat : unit -> bool
override ComputeHasNonDefaultEditFormat : unit -> bool
Protected Overridable Function ComputeHasNonDefaultEditFormat As Boolean

Return Value

Type: System.Boolean

A value that indicates whether a non-default edit format is used.

See Also

CachedModelMetadata<TPrototypeCache> Class
System.Web.Mvc Namespace

Return to top