Click or drag to resize

WebServerPagedViewModelTypes Property

Defines associated page view model types and data hub types for Razor pages, if any.

Namespace: GSF.Web.Hosting
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public ConcurrentDictionary<string, Tuple<Type, Type>> PagedViewModelTypes { get; }
View Source

Property Value

ConcurrentDictionaryString, TupleType, Type
Remarks
This dictionary associates Razor views based on a paged view model with associated Type values.
See Also