Class Utils
Provides various utilities for web technologies
Inheritance
System.Object
    Utils
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Web
Assembly: NFX.Web.dll
Syntax
public static class Utils
  Methods
DateTimeToHTTPCookieDateTime(DateTime)
Converts UTC date timne string suitable for use as Cookie expiration filed
Declaration
public static string DateTimeToHTTPCookieDateTime(this DateTime utcDateTime)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.DateTime | utcDateTime | 
Returns
| Type | Description | 
|---|---|
| System.String |