public static void AddDocumentMetadata(this RootComponentMappingCollection rootComponents)
 {
     rootComponents.Add <WebAssemblyMetadataManager>("meta[data-dxmetadatamanager]");
 }
示例#2
0
 private static void ConfigureComponents(RootComponentMappingCollection rootComponents)
 {
     rootComponents.Add <App>("app");
 }
示例#3
0
 public void Configure(RootComponentMappingCollection app)
 {
     app.Add <Main>("body");
 }