NewsManchet_validator

Version: - string  

Summary

Returns the validation message for the Teaser text input field.

Settings

The value is generated automatically.

Examples

Outputting the template tag

@GetString("NewsManchet_validator")

Check if tag has a value

@if(!string.IsNullOrWhiteSpace(GetString("NewsManchet_validator"))) { @* Tag has value, so let's do something useful here. *@ }

Assign tag to a value for later use

@{ string storedTag = GetString("NewsManchet_validator"); }

Outputting the template tag

<!--@NewsManchet_validator-->

Check if string has a value

<!--@If Defined(@NewsManchet_validator)--> Let's output this tag here: <strong><!--@NewsManchet_validator--></strong> <!--@EndIf(@NewsManchet_validator)-->