MonoX Custom web context.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class CustomWebContext : WebContext
Visual Basic
Public Class CustomWebContext
	Inherits WebContext
Visual C++
public ref class CustomWebContext : public WebContext
F#
type CustomWebContext =  
    class
        inherit WebContext
    end

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Web.Workspace..::..WebContext
    MonoSoftware.MonoX..::..CustomWebContext

See Also