diff --git a/Lib/Newtonsoft.Json.dll b/Lib/Newtonsoft.Json.dll
new file mode 100644
index 0000000..867b11f
Binary files /dev/null and b/Lib/Newtonsoft.Json.dll differ
diff --git a/Lib/Portoa.Web.dll b/Lib/Portoa.Web.dll
index 8db8a7f..f7bb451 100644
Binary files a/Lib/Portoa.Web.dll and b/Lib/Portoa.Web.dll differ
diff --git a/Lib/Portoa.Web.xml b/Lib/Portoa.Web.xml
index e8a3c8d..89721d7 100644
--- a/Lib/Portoa.Web.xml
+++ b/Lib/Portoa.Web.xml
@@ -245,6 +245,18 @@
AuthorizationFilter collections
+
+
+ Adds a URL pattern to the route collection utilizing intelligent casing when
+ deconstructing URLs. Make sure you add the to
+ your .
+
+ The name of the route, or null if unnamed
+ The route's URL pattern
+ Default values (if applicable) for this route
+ Constraints (if applicable) for the route values
+ Namespaces to search (unused)
+
This class exists to get rid of the SessionState and TempData error. Just google it.
@@ -404,6 +416,19 @@
Adds an error to the model state
+
+
+ View engine for creating views that have been routed by a
+
+
+
+
+ Route that handles casing intelligently. It converts incoming paths to lowercase,
+ and adds a hyphen before each upper case letter (unless it starts the string). Use
+ to make use of this class.
+
+
+
Error result factory that returns a result suitable
@@ -535,6 +560,14 @@
+
+
+ Serializes to a JSON string and returns it as
+ application/json
+
+
+ The data to serialize to a JSON string
+
Base for an MVC application using Unity/NHibernate
@@ -594,8 +627,7 @@
Enables smart casing for views and routes. This should
- be called after Unity is configured and after the controller factory has been set, e.g. in
- .
+ be called after Unity is configured, e.g. in .
Raised if is not registered in the container
@@ -615,6 +647,23 @@
later.
+
+
+ Applies smart casing rules to strings
+
+
+
+
+ Converts a smart-cased string back to a "dumb" one
+
+ The smart-cased string to convert
+
+
+
+ Converts a "dumb" string to a smart-cased one
+
+ The non-smart-cased string to convert
+
Negates a matching rule
@@ -869,53 +918,5 @@
-
-
- Controller factory decorator that updates the given controller name using
-
-
-
-
-
- Adds a URL pattern to the route collection utilizing intelligent casing when
- deconstructing URLs. Make sure you add the to
- your .
-
- The name of the route, or null if unnamed
- The route's URL pattern
- Default values (if applicable) for this route
- Constraints (if applicable) for the route values
- Namespaces to search (unused)
-
-
-
- View engine for creating views that have been routed by a
-
-
-
-
- Route that handles casing intelligently. It converts incoming paths to lowercase,
- and adds a hyphen before each upper case letter (unless it starts the string). Use
- to make use of this class.
-
-
-
-
-
- Applies smart casing rules to strings
-
-
-
-
- Converts a smart-cased string back to a "dumb" one
-
- The smart-cased string to convert
-
-
-
- Converts a "dumb" string to a smart-cased one
-
- The non-smart-cased string to convert
-
diff --git a/Lib/Portoa.dll b/Lib/Portoa.dll
index 5e788c1..f39757a 100644
Binary files a/Lib/Portoa.dll and b/Lib/Portoa.dll differ
diff --git a/Lib/Portoa.xml b/Lib/Portoa.xml
index cc1e0dd..939dd6b 100644
--- a/Lib/Portoa.xml
+++ b/Lib/Portoa.xml
@@ -539,6 +539,12 @@
Gets whether or not the transaction is currently active
+
+
+ Default search service implementation for entities with integral identifiers
+
+ The entity type
+
Drops the temp database and resets the generated database name
@@ -759,11 +765,5 @@
Signifies that this object should not be logged
-
-
- Default search service implementation for entities with integral identifiers
-
- The entity type
-