SlugValidator Constructor

GeonBit.UI

SlugValidator Constructor
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 = false
)

Parameters

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