1 write to ViewOptions
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewExecutor.cs (1)
51
ViewOptions
= viewOptions.Value;
3 references to ViewOptions
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewExecutor.cs (3)
132
if (
ViewOptions
== null)
134
throw new InvalidOperationException(Resources.FormatPropertyOfTypeCannotBeNull(nameof(
ViewOptions
), GetType().Name));
163
ViewOptions
.HtmlHelperOptions);