StringLocalizerProviders.DataAnnotationStringLocalizerProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the string localizer provider for globalization.
public:
static property System::Web::Globalization::IStringLocalizerProvider ^ DataAnnotationStringLocalizerProvider { System::Web::Globalization::IStringLocalizerProvider ^ get(); void set(System::Web::Globalization::IStringLocalizerProvider ^ value); };
public static System.Web.Globalization.IStringLocalizerProvider DataAnnotationStringLocalizerProvider { get; set; }
static member DataAnnotationStringLocalizerProvider : System.Web.Globalization.IStringLocalizerProvider with get, set
Public Shared Property DataAnnotationStringLocalizerProvider As IStringLocalizerProvider
Property Value
An interface for the string localizer provider.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.