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