Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Castle
Monorail
JSONSupport
JSONHelper
C# Class Castle.Monorail.JSONSupport.JSONHelper
Provides utilities methods to work with JSON.
Inheritance:
Castle.MonoRail.Framework.Helpers.AbstractHelper
Datei anzeigen
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
ToJSON
(
object
model
) :
string
Converts a instance of the model to its JSON representation.
Method Details
ToJSON()
public
method
Converts a instance of the model to its JSON representation.
public
ToJSON
(
object
model
) :
string
model
object
The model.
return
string