Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.
/ DOM.NET Public archive

An API wrapper for interacting with the DOM API in .NET Core

License

Notifications You must be signed in to change notification settings

drmathias/DOM.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOM.NET

Build Status Nuget (with prereleases)

Overview

This is an API wrapper to interact with the DOM via JSInterop, currently in pre-release. It supports .NET Standard 2.0 and is currently compatible only with client-side Blazor, though could probably be modified to work with server-side Blazor too.

Usage

DOM.NET is not intended to be used primarly for updating the UI. Instead DOM.NET is meant to be used to fill in the gaps for DOM manipulation which Blazor does not support. The goal of this project is to create a library that is able to access the entire DOM, where you can pick and choose which interfaces you want to include in your project.

To use DOM.NET in your project, install the package from NuGet.org and copy the js files for the interfaces you want to access into your wwwroot, referencing them in your index.html file.

About

An API wrapper for interacting with the DOM API in .NET Core

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published