1 type derived from BaseModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Rendering\HtmlHelperTest.cs (1)
354
private class DerivedModel :
BaseModel
7 references to BaseModel
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (7)
Rendering\HtmlHelperTest.cs (7)
292
.GetHtmlHelper<
BaseModel
>(model: null);
302
Assert.IsType<ViewDataDictionary<
BaseModel
>>(
313
.GetHtmlHelper<
BaseModel
>(model: null);
321
$" but this method requires a value of type '{typeof(ViewDataDictionary<
BaseModel
>).FullName}'.";
333
.GetHtmlHelper<
BaseModel
>(model: null);
336
.GetHtmlHelper<
BaseModel
>(model: null)
342
$" but this method requires a value of type '{typeof(ViewDataDictionary<
BaseModel
>).FullName}'.";