Reddit.NET  1.5
Reddit.NET is a .NET Standard library that provides easy access to the Reddit API with virtually no boilerplate code required.
Reddit.Inputs.BaseInput Class Reference
Inheritance diagram for Reddit.Inputs.BaseInput:
Reddit.Inputs.APITypeInput Reddit.Inputs.Emoji.EmojiAddInput Reddit.Inputs.Flair.FlairNameInput Reddit.Inputs.Flair.FlairTemplateIdInput Reddit.Inputs.Flair.FlairTextInput Reddit.Inputs.ImageUploadInput Reddit.Inputs.LinksAndComments.LinksAndCommentsIdInput Reddit.Inputs.LinksAndComments.LinksAndCommentsReportInput Reddit.Inputs.ListingInput Reddit.Inputs.Listings.ListingsGetCommentsInput Reddit.Inputs.Moderation.ModerationRemoveInput Reddit.Inputs.Modmail.ModmailBulkReadInput Reddit.Inputs.Modmail.ModmailMessageBodyInput Reddit.Inputs.Multis.MultiURLInput Reddit.Inputs.Subreddits.SubredditsEditInput Reddit.Inputs.Subreddits.SubredditsQueryInput Reddit.Inputs.Subreddits.SubredditsRecommendInput Reddit.Inputs.Subreddits.SubredditsSubscribeInput Reddit.Inputs.Subreddits.SubredditsUploadSrImgInput Reddit.Inputs.Users.UsersBlockUserInput Reddit.Inputs.Users.UsersReportUserInput Reddit.Inputs.Users.UsersUnfriendInput Reddit.Inputs.Wiki.WikiCreatePageInput Reddit.Inputs.Wiki.WikiPageContentInput Reddit.Inputs.Wiki.WikiPageEditorInput Reddit.Inputs.Wiki.WikiPageInput Reddit.Inputs.Wiki.WikiUpdatePermissionsInput

Public Member Functions

 BaseInput ()
 Set the raw_json. More...
 

Properties

int raw_json [get, set]
 Required by the API for all endpoints. Prevents <, >, and & in the response from being htmlencoded by the API. See: https://www.reddit.com/dev/api#response_body_encoding More...
 

Constructor & Destructor Documentation

◆ BaseInput()

Reddit.Inputs.BaseInput.BaseInput ( )

Set the raw_json.

Property Documentation

◆ raw_json

int Reddit.Inputs.BaseInput.raw_json
getset

Required by the API for all endpoints. Prevents <, >, and & in the response from being htmlencoded by the API. See: https://www.reddit.com/dev/api#response_body_encoding


The documentation for this class was generated from the following file: