RazorConfigurationNameAttribute(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 instance of RazorConfigurationNameAttribute.
public:
RazorConfigurationNameAttribute(System::String ^ configurationName);
public RazorConfigurationNameAttribute (string configurationName);
new Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute : string -> Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute
Public Sub New (configurationName As String)
Parameters
- configurationName
- String
The name of the Razor configuration.