© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
102 replies
burn

❔ How do I implement this property?

I'm trying to use a C# Notion API wrapper, I've got my code working but for the love of god I cannot figure out how to implement this RichText property.

It's an IEnumerable so I thought this would work but I got a 400 bad request from the API so I don't think this is how the authors meant for it to be used. Could someone take a quick look at the GitHub and help me understand? Tysm ❤️
RichText = new List<RichTextBaseInput>() { new RichTextBaseInput()
{
    PlainText = "shouldn't this work?"
} },
RichText = new List<RichTextBaseInput>() { new RichTextBaseInput()
{
    PlainText = "shouldn't this work?"
} },
GitHub
notion-sdk-net/Src/Notion.Client/Api/Blocks/RequestParams/BlocksUpd...
A Notion SDK for .Net. Contribute to notion-dotnet/notion-sdk-net development by creating an account on GitHub.
notion-sdk-net/Src/Notion.Client/Api/Blocks/RequestParams/BlocksUpd...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

How do I implement this?
C#CC# / help
2y ago
How do I implement mesh projection?
C#CC# / help
2y ago
✅ What does this property do?
C#CC# / help
3y ago