Show / Hide Table of Contents

Enum LanguageTagValidationMode

Enumeration of the forms of language tag validation supported by the library.

Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public enum LanguageTagValidationMode

Fields

Name Description
None

Do not perform any validation on language tags

Turtle

Validate language tags against the production defined in the Turtle 1.1 specification

WellFormed

Validate that language tags are well-formed according to the rules defined by the BCP-47 specification.

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<LanguageTagValidationMode>(LanguageTagValidationMode)
  • Edit this page
  • View Source
In this article
  • Fields
  • Extension Methods
Back to top Generated by DocFX