ContentLocation Constructor
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
ContentLocation(String)
Initializes a new instance of ContentLocation header value with the specified location (typically an URL).
Declaration
public ContentLocation(string location)
Parameters
Type | Name | Description |
---|---|---|
String | location | Location. Typically an URL. |