text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Binds the provided expression to the '{0}' property and a change event delegate to the '{1}' property of the component.
Binds the provided expression to the '{0}' attribute and a change event delegate to the '{1}' attribute.
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>.
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.
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>.
Specifies the parameter name for the '{0}' lambda expression.
Sets the '{0}' attribute to the provided string or delegate value. A delegate value should be of type '{1}'.
Declares an interface implementation for the current document.
The interface type implemented by the current document.
TypeName
Declares a layout type for the current document.
The interface type implemented by the current document.
TypeName
The '@{0}' directive specified in {1} file will not be imported. The directive must appear at the top of each Razor cshtml file
Mark the page as a routable component.
An optional route template for the component.
route template
Populates the specified field or property with a reference to the element or component.