Class CdnTagHelperOptions
Configuration options for CdnTagHelper.
Inheritance
System.Object
CdnTagHelperOptions
Namespace: Cuemon.AspNetCore.Razor.TagHelpers
Assembly: Cuemon.AspNetCore.Razor.TagHelpers.dll
Syntax
public class CdnTagHelperOptions
Constructors
| Improve this DocCdnTagHelperOptions()
Initializes a new instance of the CdnTagHelperOptions class.
Declaration
public CdnTagHelperOptions()
Remarks
The following table shows the initial property values for an instance of CdnTagHelperOptions.
| Property | Initial Value |
|---|---|
| Scheme | Relative |
| BaseUrl | null |
Properties
| Improve this DocBaseUrl
Gets or sets the base URL of these options.
Declaration
public string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The base URL of these options. |
Scheme
Gets or sets the CdnUriScheme of these options.
Declaration
public CdnUriScheme Scheme { get; set; }
Property Value
| Type | Description |
|---|---|
| CdnUriScheme | The CdnUriScheme of these options. |