saule:用于ASP.Net Web API 2的JSON API库 源码
索尔 Saule是ASP.Net Web API 2的JSON API(1.0版)库。使用NuGet安装Saule: Install-Package saule 要使用Saule,您必须定义包含有关您的域的信息的资源: public class PersonResource : ApiResource { public PersonResource () { Attribute ( " FirstName " ); Attribute ( " LastName " ); Attribute ( " Age " );
文件列表
saule:用于ASP.Net Web API 2的JSON API库
(预估有个206文件)
app.config
570B
ApiResource.cs
11KB
packages.config
499B
JsonApiMediaTypeFormatter.cs
6KB
Lambda.cs
6KB
QueryMethod.cs
6KB
JsonApiSerializerOfT.cs
5KB
ResourceGraph.cs
6KB
ResourceSerializer.cs
16KB
app.config
804B
暂无评论