Click or drag to resize
Json.NET Schema

JSchemaPreloadedResolverAdd Method

 
Overload List
  NameDescription
Public methodAdd(Uri, Byte)
Adds a byte array for a schema to the JSchemaPreloadedResolver store and maps it to a URI.
Public methodAdd(Uri, Stream)
Adds a Stream for a schema to the JSchemaPreloadedResolver store and maps it to a URI.
Public methodAdd(Uri, String)
Adds a String for a schema to the JSchemaPreloadedResolver store and maps it to a URI.
Top
See Also