Skip to content

Instantly share code, notes, and snippets.

@cxa
Created April 19, 2021 02:32
Embed
What would you like to do?
.NET 文档书签

创建一个新书签,将以下内容作为书签的 url:

javascript:(()=> { const ns = prompt('namespace and/or class (e.g. system.net.http)'); ns && (window.location=`https://docs.microsoft.com/en-us/dotnet/api/${ns}?view=net-5.0`)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment