Click or drag to resize
SlugValidator Constructor (Boolean)
Create the slug validator.

Namespace:  GeonBit.UI.Entities.TextValidators
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SlugValidator(
	bool allowSpaces
)

Parameters

allowSpaces
Type: SystemBoolean
If true, will allow spaces.
See Also