//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.AspNetCore.Blazor.Razor { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNetCore.Blazor.Razor.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Binds the provided expression to the '{0}' property and a change event delegate to the '{1}' property of the component.. /// internal static string BindTagHelper_Component_Documentation { get { return ResourceManager.GetString("BindTagHelper_Component_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Binds the provided expression to the '{0}' attribute and a change event delegate to the '{1}' attribute.. /// internal static string BindTagHelper_Element_Documentation { get { return ResourceManager.GetString("BindTagHelper_Element_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Specifies a format to convert the value specified by the '{0}' attribute. The format string can currently only be used with expressions of type <code>DateTime</code>.. /// internal static string BindTagHelper_Element_Format_Documentation { get { return ResourceManager.GetString("BindTagHelper_Element_Format_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Binds the provided expression to an attribute and a change event, based on the naming of the bind attribute. For example: <code>bind-value-onchange="..."</code> will assign the current value of the expression to the 'value' attribute, and assign a delegate that attempts to set the value to the 'onchange' attribute.. /// internal static string BindTagHelper_Fallback_Documentation { get { return ResourceManager.GetString("BindTagHelper_Fallback_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Specifies a format to convert the value specified by the corresponding bind attribute. For example: <code>format-value="..."</code> will apply a format string to the value specified in <code>bind-value-...</code>. The format string can currently only be used with expressions of type <code>DateTime</code>.. /// internal static string BindTagHelper_Fallback_Format_Documentation { get { return ResourceManager.GetString("BindTagHelper_Fallback_Format_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the parameter name for the '{0}' lambda expression.. /// internal static string ChildContentParameterName_Documentation { get { return ResourceManager.GetString("ChildContentParameterName_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the type of the type parameter {0} for the {1} component.. /// internal static string ComponentTypeParameter_Documentation { get { return ResourceManager.GetString("ComponentTypeParameter_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Sets the '{0}' attribute to the provided string or delegate value. A delegate value should be of type '{1}'.. /// internal static string EventHandlerTagHelper_Documentation { get { return ResourceManager.GetString("EventHandlerTagHelper_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Declares an interface implementation for the current document.. /// internal static string ImplementsDirective_Description { get { return ResourceManager.GetString("ImplementsDirective_Description", resourceCulture); } } /// /// Looks up a localized string similar to The interface type implemented by the current document.. /// internal static string ImplementsDirective_TypeToken_Description { get { return ResourceManager.GetString("ImplementsDirective_TypeToken_Description", resourceCulture); } } /// /// Looks up a localized string similar to TypeName. /// internal static string ImplementsDirective_TypeToken_Name { get { return ResourceManager.GetString("ImplementsDirective_TypeToken_Name", resourceCulture); } } /// /// Looks up a localized string similar to Declares a layout type for the current document.. /// internal static string LayoutDirective_Description { get { return ResourceManager.GetString("LayoutDirective_Description", resourceCulture); } } /// /// Looks up a localized string similar to The interface type implemented by the current document.. /// internal static string LayoutDirective_TypeToken_Description { get { return ResourceManager.GetString("LayoutDirective_TypeToken_Description", resourceCulture); } } /// /// Looks up a localized string similar to TypeName. /// internal static string LayoutDirective_TypeToken_Name { get { return ResourceManager.GetString("LayoutDirective_TypeToken_Name", resourceCulture); } } /// /// Looks up a localized string similar to Mark the page as a routable component.. /// internal static string PageDirective_Description { get { return ResourceManager.GetString("PageDirective_Description", resourceCulture); } } /// /// Looks up a localized string similar to An optional route template for the component.. /// internal static string PageDirective_RouteToken_Description { get { return ResourceManager.GetString("PageDirective_RouteToken_Description", resourceCulture); } } /// /// Looks up a localized string similar to route template. /// internal static string PageDirective_RouteToken_Name { get { return ResourceManager.GetString("PageDirective_RouteToken_Name", resourceCulture); } } /// /// Looks up a localized string similar to The '@{0}' directive specified in {1} file will not be imported. The directive must appear at the top of each Razor cshtml file. /// internal static string PageDirectiveCannotBeImported { get { return ResourceManager.GetString("PageDirectiveCannotBeImported", resourceCulture); } } /// /// Looks up a localized string similar to Populates the specified field or property with a reference to the element or component.. /// internal static string RefTagHelper_Documentation { get { return ResourceManager.GetString("RefTagHelper_Documentation", resourceCulture); } } /// /// Looks up a localized string similar to Declares a generic type parameter for the generated component class.. /// internal static string TypeParamDirective_Description { get { return ResourceManager.GetString("TypeParamDirective_Description", resourceCulture); } } /// /// Looks up a localized string similar to The name of the type parameter.. /// internal static string TypeParamDirective_Token_Description { get { return ResourceManager.GetString("TypeParamDirective_Token_Description", resourceCulture); } } /// /// Looks up a localized string similar to type parameter. /// internal static string TypeParamDirective_Token_Name { get { return ResourceManager.GetString("TypeParamDirective_Token_Name", resourceCulture); } } } }