项目作者: drmathias

项目描述 :
An API wrapper for interacting with the DOM API in .NET Core
高级语言: C#
项目地址: git://github.com/drmathias/DOM.NET.git
创建时间: 2019-05-19T22:21:59Z
项目社区:https://github.com/drmathias/DOM.NET

开源协议:GNU General Public License v3.0

下载


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.