4 types derived from PageModel
BrowserTelemetry.Web (1)
Pages\Index.cshtml.cs (1)
5
public class IndexModel :
PageModel
SignalRServerlessWeb (1)
Pages\Index.cshtml.cs (1)
5
public class IndexModel :
PageModel
SignalRWeb (1)
Pages\Index.cshtml.cs (1)
5
public class IndexModel :
PageModel
WebPubSubWeb (1)
Pages\Index.cshtml.cs (1)
5
public class IndexModel :
PageModel
6 references to PageModel
Microsoft.AspNetCore.Mvc.RazorPages (6)
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (1)
203
if (methodInfo.GetBaseDefinition().DeclaringType == typeof(
PageModel
))
PageModel.cs (5)
179
/// Updates the specified <paramref name="model"/> instance using values from the <see cref="
PageModel
"/>'s current
194
/// Updates the specified <paramref name="model"/> instance using values from the <see cref="
PageModel
"/>'s current
247
/// Updates the specified <paramref name="model"/> instance using values from the <see cref="
PageModel
"/>'s current
284
/// Updates the specified <paramref name="model"/> instance using values from the <see cref="
PageModel
"/>'s current
387
/// Updates the specified <paramref name="model"/> instance using values from the <see cref="
PageModel
"/>'s current