Table of Contents

Class HtmlConverterSettings.Cookie

Namespace
InSite.Web.Helpers
Assembly
InSite.UI.dll
public class HtmlConverterSettings.Cookie
Inheritance
HtmlConverterSettings.Cookie
Inherited Members

Constructors

public Cookie(string name, string value)

Parameters

name string
value string
public Cookie(HttpCookie cookie)

Parameters

cookie HttpCookie

Properties

public string Name { get; }

Property Value

string
public string Value { get; }

Property Value

string