File tree Expand file tree Collapse file tree
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- @page " /dom2image"
1+ @page " /dom2image"
22
33<h3 >@Localizer ["Dom2ImageTitle"]</h3 >
44
1010 <p >@( (MarkupString )Localizer [" Dom2ImageServiceInjectTip" ].Value ) </p >
1111 <Pre class =" no-highlight" >builder.Services.AddBootstrapBlazorDom2ImageService();</Pre >
1212 <p >@( (MarkupString )Localizer [" Dom2ImageSignalRConfigTip" ].Value ) </p >
13- <Pre class =" no-highlight" >builder.Services.AddSignalR(options =>
14- {
15- options .MaximumReceiveMessageSize = 10 * 1024 * 1024 ; // 10 MB
16- } );</Pre >
13+ <Pre class =" no-highlight" >builder.Services.Configure< ; HubOptions> ; (option => option.MaximumReceiveMessageSize = null);</Pre >
1714</Tips >
1815
1916<DemoBlock Title =" @Localizer[" Dom2ImageNormalTitle " ]" Introduction =" @Localizer[" Dom2ImageNormalIntro " ]" Name =" Normal" >
You can’t perform that action at this time.
0 commit comments