CachedModelMetadata<'TPrototypeCache>.ComputeConvertEmptyStringToNull 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.
Gets or sets a cached value that indicates whether empty strings that are posted back in forms should be converted to null.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract ComputeConvertEmptyStringToNull : unit -> bool override ComputeConvertEmptyStringToNull : unit -> bool
Return Value
Type: System.BooleanA cached value that indicates whether empty strings that are posted back in forms should be converted to null.
Show: