Class CultureSpecificImageAttribute
Used to specify that an image is language-specific, i.e. localizable
Inherited Members
Namespace: AdaptiveImages.Validation
Assembly: AdaptiveImages.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = true)]
public class CultureSpecificImageAttribute : Attribute
Properties
AlternateText
Gets or sets whether the alternate text should be culture-specific, defaults to true
Declaration
public bool AlternateText { get; set; }
Property Value
Type | Description |
---|---|
bool |
Images
Gets or sets whether the images should be culture-specific, defaults to true
Declaration
public bool Images { get; set; }
Property Value
Type | Description |
---|---|
bool |