Microsoft.AspNetCore.Mvc.Localization
Initializes a fast .
This constructor does not cache the helper. For caching, use .
Gets the backing .
Gets (or sets in derived types) the property name.
Gets the property value getter.
Gets the property value setter.
Returns the property value for the specified .
The object whose property value will be returned.
The property value.
Sets the property value for the specified .
The object whose property value will be set.
The property value.
Creates and caches fast property helpers that expose getters for every public get property on the
underlying type.
the instance to extract property accessors for.
a cached array of all public property getters from the underlying type of target instance.
Creates and caches fast property helpers that expose getters for every public get property on the
specified type.
the type to extract property accessors for.
a cached array of all public property getters from the type of target instance.
Creates and caches fast property helpers that expose getters for every non-hidden get property
on the specified type.
excludes properties defined on base types that have been
hidden by definitions using the new keyword.
The instance to extract property accessors for.
A cached array of all public property getters from the instance's type.
Creates and caches fast property helpers that expose getters for every non-hidden get property
on the specified type.
excludes properties defined on base types that have been
hidden by definitions using the new keyword.
The type to extract property accessors for.
A cached array of all public property getters from the type.
Creates a single fast property getter. The result is not cached.
propertyInfo to extract the getter for.
a fast getter.
This method is more memory efficient than a dynamically compiled lambda, and about the
same speed.
Creates a single fast property getter which is safe for a null input object. The result is not cached.
propertyInfo to extract the getter for.
a fast getter.
This method is more memory efficient than a dynamically compiled lambda, and about the
same speed.
Creates a single fast property setter for reference types. The result is not cached.
propertyInfo to extract the setter for.
a fast getter.
This method is more memory efficient than a dynamically compiled lambda, and about the
same speed. This only works for reference types.
Given an object, adds each instance property with a public get method as a key and its
associated value to a dictionary.
If the object is already an instance, then a copy
is returned.
The implementation of PropertyHelper will cache the property accessors per-type. This is
faster when the the same type is used multiple times with ObjectToDictionary.
Extension methods for configuring MVC view localization.
Adds MVC view localization to the application.
The .
The .
Adds MVC view localization to the application.
The .
The view format for localized views.
The .
Adds MVC view localization to the application.
The .
An action to configure the .
The .
Adds MVC view localization to the application.
The .
The view format for localized views.
An action to configure the .
The .
Extension methods for configuring MVC view localization.
Adds MVC localization to the application.
The .
The .
Adding localization also adds support for views via
and the Razor view engine
via .
Adds MVC localization to the application.
The .
The view format for localized views.
The .
Adding localization also adds support for views via
and the Razor view engine
via .
Adds MVC localization to the application.
The .
An action to configure the .
The .
Adding localization also adds support for views via
and the Razor view engine
via .
Adds MVC localization to the application.
The .
The view format for localized views.
An action to configure the .
The .
Adding localization also adds support for views via
and the Razor view engine
via .
An that uses the provided to do HTML-aware
localization of content.
Creates a new .
The to read strings from.
Creates a new for a .
The .
Extension methods for .
Gets the resource for a specific name.
The .
The key to use.
The resource.
Gets the resource for a specific name.
The .
The key to use.
The values to format the string with.
The resource.
Gets all string resources including those for parent cultures.
The .
The string resources.
An that creates instances of using the
registered .
Creates a new .
The .
Creates an using the specified .
The to load resources for.
The .
Creates an using the specified base name and location.
The base name of the resource to load strings from.
The location to load resources from.
The .
An implementation that provides localized HTML content for the specified type
.
The to scope the resource names.
Creates a new .
The .
Represents a type that that does HTML-aware localization of strings, by HTML encoding arguments that are
formatted in the resource string.
Gets the string resource with the given name.
The name of the string resource.
The string resource as a .
Gets the string resource with the given name and formatted with the supplied arguments. The arguments will
be HTML encoded.
The name of the string resource.
The values to format the string with.
The formatted string resource as a .
Gets the string resource with the given name.
The name of the string resource.
The string resource as a .
Gets the string resource with the given name and formatted with the supplied arguments.
The name of the string resource.
The values to format the string with.
The formatted string resource as a .
Gets all string resources.
A indicating whether to include strings from parent cultures.
The strings.
Creates a new for a specific .
The to use.
A culture-specific .
A factory that creates instances.
Creates an using the and
of the specified .
The .
The .
Creates an .
The base name of the resource to load strings from.
The location to load resources from.
The .
An that provides localized HTML content.
The to scope the resource names.
Represents a type that provides HTML-aware localization for views.
An with localized content.
Creates an instance of .
The name of the string resource.
The string resource.
Creates an instance of .
The name of the string resource.
The string resource.
A flag that indicates if the resource is not found.
Creates an instance of .
The name of the string resource.
The string resource.
A flag that indicates if the resource is not found.
The values to format the with.
The name of the string resource.
The string resource.
Gets a flag that indicates if the resource is not found.
An implementation that derives the resource location from the executing view's
file path.
Creates a new .
The .
The .
Apply the specified .
The .
Must call CreateStringLocalizer method before using this property.
Must call CreateStringLocalizer method before using this property.
IStringLocalizerFactory is null. Must call other constructor overload to use this property.
IStringLocalizerFactory is null. Must call other constructor overload to use this property.