1 write to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TemplateRenderer.cs (1)
96
_readOnly
= readOnly;
2 references to _readOnly
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
TemplateRenderer.cs (2)
102
var modeViewPath =
_readOnly
? DisplayTemplateViewPath : EditorTemplateViewPath;
142
return
_readOnly
? _defaultDisplayActions : _defaultEditorActions;