Hello,
I want to populate an html element embedded in the diagram
with an external data source.
Also, I would like to have as many html elements as the number
of records in the Datasource. Can you please provide guidelines on how to achieve that?
Thanks for your time
|
public void ConfigureServices(IServiceCollection services)
{
services.AddServerSideBlazor().AddHubOptions(o =>
{
o.MaximumReceiveMessageSize = 102400000;
});
} |