MvcRazorPagesMvcBuilderExtensions.WithRazorPagesAtContentRoot メソッド

定義

Razor Pages をコンテンツ ルート (ContentRootPath) にルートするように構成します。

public static Microsoft.Extensions.DependencyInjection.IMvcBuilder WithRazorPagesAtContentRoot (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member WithRazorPagesAtContentRoot : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function WithRazorPagesAtContentRoot (builder As IMvcBuilder) As IMvcBuilder

パラメーター

戻り値

IMvcBuilder

適用対象