RazorCompiledItemMetadataAttribute(String, String) Constructor
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.
Creates a new RazorCompiledItemMetadataAttribute.
public:
RazorCompiledItemMetadataAttribute(System::String ^ key, System::String ^ value);
public RazorCompiledItemMetadataAttribute (string key, string value);
new Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute : string * string -> Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemMetadataAttribute
Public Sub New (key As String, value As String)
Parameters
- key
- String
The key.
- value
- String
The value.