WebUtils Class
Westwind.AspNetCore.Utilities.WebUtils
Class Members
Member | Description | |
---|---|---|
![]() ![]() |
DecodeJsString | Parses a JSON string into a string value
public static string DecodeJsString(string encodedString)
|
![]() ![]() |
EncodeJsDate | Converts a .NET date to a JavaScript JSON date value.
public static string EncodeJsDate(DateTime date, JsonDateEncodingModes dateMode)
|
![]() ![]() |
EncodeJsString | Encodes a string to be represented as a string literal. The format is essentially a JSON string that is returned in double quotes. The string returned includes outer quotes: "Hello \"Rick\"!\r\nRock…
public static string EncodeJsString(string text)
|
Assembly: Westwind.AspNetCore.dll
© West Wind Technologies, 2025 • Updated: 2025-03-06
Comment or report problem with topic