Microsoft.AspNetCore.Razor.Language by Microsoft

<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="3.1.6" />

.NET API 936,832 bytes

 RazorEngineBuilderExtensions

public static class RazorEngineBuilderExtensions
Extension methods to IRazorEngineBuilder.

Adds the specified DirectiveDescriptor.

Adds the specified ICodeTargetExtension.

Registers a class configuration delegate that gets invoked during code generation.

public static IRazorEngineBuilder SetBaseType(this IRazorEngineBuilder builder, string baseType)

Sets the base type for generated types.

public static IRazorEngineBuilder SetNamespace(this IRazorEngineBuilder builder, string namespaceName)

Sets the namespace for generated types.