Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

RazorViewEngineOptions shouldn't be a property of MvcOptions #986

@pranavkm

Description

@pranavkm

This was based off a conversation with @loudej when we were discussing MvcRazorHost. The idea is RazorViewEngine is the default implementation we configure, but shouldn't be tied to MvcOptions. Instead it would be a separate top level options type that can be configured independently.

.Setup<MvcOptions>(options => { })
.Setup<RazorOptions>(options => {});

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions