CachedModelMetadata<TPrototypeCache>.ConvertEmptyStringToNull Property

Definition

Gets or sets a cached value that indicates whether empty strings that are posted back in forms should be converted to null.

public override sealed bool ConvertEmptyStringToNull { get; set; }
member this.ConvertEmptyStringToNull : bool with get, set
Public Overrides NotOverridable Property ConvertEmptyStringToNull As Boolean

Property Value

A cached value that indicates whether empty strings that are posted back in forms should be converted to null.

Applies to