Exemple #1
0
 /// <inheritdoc />
 public bool SupportsPropertyVariation(string culture, string segment, bool wildcards = false)
 {
     // non-exact validation: can accept a 'null' culture if the property type varies
     //  by culture, and likewise for segment
     // wildcard validation: can accept a '*' culture or segment
     return(Variations.ValidateVariation(culture, segment, false, wildcards, false));
 }