(Choose 1 answer)
A. public void
ConfigureServices (IServiceCollection services)
{ services.AddRazorPages():
}
B. public void
ConfigureServices (IServiceCollectionservices)
{
=> { services.AddRazorPages().AddRazorPages Options(options
});options. RootDirectory = "/Content":
}
C. public void
ConfigureServices (IServiceCollectionservices)
{ => { services.AddRazorPages().AddRazorPages Root Directory(opt
});options. RootDirectory = "/Content":
}
D. public void
ConfigureServices (IServiceCollection
Exit (31
Suppose that you want to configure the root folder for Razor Pages to be something other than the default.What the following code should you put in ConfigureServices method of Startup.cs file?