Enum InitializationParameterCollection.GetValueOption
Namespace: Sisk.Core.Http.Hosting
Assembly: Sisk.Core.dll
Represents the option used in the method GetValueOrThrow(string, GetValueOption).
public enum InitializationParameterCollection.GetValueOption
Fields
NotNull = 0
The method should throw if the value is not present in the collection, but allow empty values.
NotNullOrEmpty = 1
The method should throw if the value is not present in the collection or has an empty value.
NotNullOrWhiteSpace = 2
The method should throw if the value is not present in the collection, has an empty value or consists of whitespaces (spaces, tabs, etc.).
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語