{"id":19370547,"url":"https://github.com/simplifynet/simplify.web.messagebox","last_synced_at":"2025-04-23T12:15:22.700Z","repository":{"id":35160008,"uuid":"208544410","full_name":"SimplifyNet/Simplify.Web.MessageBox","owner":"SimplifyNet","description":"Simplify.Web non-interactive server side message box","archived":false,"fork":false,"pushed_at":"2024-06-05T14:21:45.000Z","size":4124,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T12:14:58.712Z","etag":null,"topics":["c-sharp","c-sharp-library","dotnet","dotnet-core","simplify","simplify-web"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"i4004/Simplify.Web.MessageBox","license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SimplifyNet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-15T04:59:47.000Z","updated_at":"2024-06-05T14:21:49.000Z","dependencies_parsed_at":"2024-06-01T18:41:28.593Z","dependency_job_id":"d094d3f9-852d-49ba-8d94-ddff686ae03a","html_url":"https://github.com/SimplifyNet/Simplify.Web.MessageBox","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplifyNet%2FSimplify.Web.MessageBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplifyNet%2FSimplify.Web.MessageBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplifyNet%2FSimplify.Web.MessageBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SimplifyNet%2FSimplify.Web.MessageBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SimplifyNet","download_url":"https://codeload.github.com/SimplifyNet/Simplify.Web.MessageBox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250430598,"owners_count":21429324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","c-sharp-library","dotnet","dotnet-core","simplify","simplify-web"],"created_at":"2024-11-10T08:15:54.416Z","updated_at":"2025-04-23T12:15:22.671Z","avatar_url":"https://github.com/SimplifyNet.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplify.Web.MessageBox\n\n[![Nuget Version](https://img.shields.io/nuget/v/Simplify.Web.MessageBox)](https://www.nuget.org/packages/Simplify.Web.MessageBox/)\n[![Nuget Download](https://img.shields.io/nuget/dt/Simplify.Web.MessageBox)](https://www.nuget.org/packages/Simplify.Web.MessageBox/)\n[![Build Package](https://github.com/SimplifyNet/Simplify.Web.MessageBox/actions/workflows/build.yml/badge.svg)](https://github.com/SimplifyNet/Simplify.Web.MessageBox/actions/workflows/build.yml)\n[![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/nuget/Simplify.Web.MessageBox)](https://libraries.io/nuget/Simplify.Web.MessageBox)\n[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/SimplifyNet/Simplify.Web.MessageBox)](https://www.codefactor.io/repository/github/simplifynet/simplify.web.MessageBox)\n![Platform](https://img.shields.io/badge/platform-.NET%206.0%20%7C%20.NET%20Standard%202.1%20%7C%20.NET%20Standard%202.0-lightgrey)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](http://makeapullrequest.com)\n\n`Simplify.Web.MessageBox` is a package which provides non-interactive server side message box for [Simplify.Web](https://github.com/SimplifyNet/Simplify.Web) web-framework.\n\n## Quick Start\n\n### Setup message box templates\n\nThere are different template file for different message box statuses.\nInline templates intended to use as API responses but stylized with HTML.\n\n![Template files](https://raw.githubusercontent.com/SimplifyNet/Simplify.Web.MessageBox/master/images/template-files.png)\n\n### Displaying message box\n\n#### Default message box which will be added to 'MainContent' variable\n\n```csharp\npublic class MyController : Controller2\n{\n    public ControllerResponse Invoke() =\u003e\n        new MessageBox(\"your string\");\n}\n```\n\n#### Inline message box\n\nFramework execution will be stopped, message box will be returned to client without rest of the website content\n\n```csharp\npublic class MyController : Controller2\n{\n    public ControllerResponse Invoke() =\u003e\n        new MessageBoxInline(\"your string\");\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplifynet%2Fsimplify.web.messagebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplifynet%2Fsimplify.web.messagebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplifynet%2Fsimplify.web.messagebox/lists"}