Class AppRedirect
Represents a redirect for an application URL.
Inherited Members
Namespace: DataWeb.Http
Assembly: DataWeb.Core.dll
Syntax
public sealed class AppRedirect
Properties
DateEnd
Gets or sets the end date and time for the redirect.
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DateStart
Gets or sets the start date and time for the redirect.
Declaration
public DateTimeOffset? DateStart { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsPermanent
Gets or sets a value indicating whether the redirect is permanent (301) or temporary (302).
Declaration
public bool IsPermanent { get; set; }
Property Value
Type | Description |
---|---|
bool |
Path
Gets or sets the path of the URL to be redirected.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
string |
RedirectPath
Gets or sets the path of the URL to redirect to.
Declaration
public string RedirectPath { get; set; }
Property Value
Type | Description |
---|---|
string |