RazorViewEngineOptionsSetup Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This type is for internal use and will be removed in a future version.
Richtet Standardoptionen für RazorViewEngineOptionsein.
public ref class RazorViewEngineOptionsSetup : Microsoft::Extensions::Options::ConfigureOptions<Microsoft::AspNetCore::Mvc::Razor::RazorViewEngineOptions ^>
public class RazorViewEngineOptionsSetup : Microsoft.Extensions.Options.ConfigureOptions<Microsoft.AspNetCore.Mvc.Razor.RazorViewEngineOptions>
[System.Obsolete("This type is for internal use and will be removed in a future version.")]
public class RazorViewEngineOptionsSetup : Microsoft.Extensions.Options.ConfigureOptions<Microsoft.AspNetCore.Mvc.Razor.RazorViewEngineOptions>
type RazorViewEngineOptionsSetup = class
inherit ConfigureOptions<RazorViewEngineOptions>
[<System.Obsolete("This type is for internal use and will be removed in a future version.")>]
type RazorViewEngineOptionsSetup = class
inherit ConfigureOptions<RazorViewEngineOptions>
Public Class RazorViewEngineOptionsSetup
Inherits ConfigureOptions(Of RazorViewEngineOptions)
- Vererbung
-
RazorViewEngineOptionsSetup
- Attribute
Konstruktoren
RazorViewEngineOptionsSetup(IHostingEnvironment) |
Veraltet.
Initialisiert eine neue Instanz von RazorViewEngineOptions. |