|
WebServerPagedViewModelTypes Property
|
Defines associated page view model types and data hub types for Razor pages, if any.
Namespace: GSF.Web.HostingAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.249-beta
Syntaxpublic ConcurrentDictionary<string, Tuple<Type, Type>> PagedViewModelTypes { get; }
Public ReadOnly Property PagedViewModelTypes As ConcurrentDictionary(Of String, Tuple(Of Type, Type))
Get
public:
property ConcurrentDictionary<String^, Tuple<Type^, Type^>^>^ PagedViewModelTypes {
ConcurrentDictionary<String^, Tuple<Type^, Type^>^>^ get ();
}
member PagedViewModelTypes : ConcurrentDictionary<string, Tuple<Type, Type>> with get
function get_PagedViewModelTypes();
View SourceProperty Value
ConcurrentDictionaryString,
TupleType,
Type
Remarks
This dictionary associates Razor views based on a paged view model with associated Type values.
See Also