You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I use RazorLight generated reports sent by teams. My problem is I am limited in size.
Describe the solution you'd like
My template loops and call IncludeAsync on several pages. I would like to check the returned size and if it's too big, I want to replace the text by : "Message truncated (toobig). Check the file xxx to have the complete message".
Is there is an alternative to call IncludeAsync but to check before the returned size ?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I use RazorLight generated reports sent by teams. My problem is I am limited in size.
Describe the solution you'd like
My template loops and call IncludeAsync on several pages. I would like to check the returned size and if it's too big, I want to replace the text by : "Message truncated (toobig). Check the file xxx to have the complete message".
Is there is an alternative to call IncludeAsync but to check before the returned size ?
The text was updated successfully, but these errors were encountered: