MvcViewFeaturesMvcBuilderExtensions.AddSessionStateTempDataProvider Method
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.
Registers SessionStateTempDataProvider as the default ITempDataProvider in the IServiceCollection.
public static Microsoft.Extensions.DependencyInjection.IMvcBuilder AddSessionStateTempDataProvider (this Microsoft.Extensions.DependencyInjection.IMvcBuilder builder);
static member AddSessionStateTempDataProvider : Microsoft.Extensions.DependencyInjection.IMvcBuilder -> Microsoft.Extensions.DependencyInjection.IMvcBuilder
<Extension()>
Public Function AddSessionStateTempDataProvider (builder As IMvcBuilder) As IMvcBuilder
Parameters
- builder
- IMvcBuilder
The IMvcBuilder.
Returns
The IMvcBuilder.