Class RoutePathInfo
Defines front-end reader framework-specific (Blazor, React, Vue, Angular or whatever) routes.
Inheritance
System.Object
RoutePathInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pagene.BlogSettings
Assembly: Pagene.BlogSettings.dll
Syntax
public static class RoutePathInfo
Properties
| Improve this Doc View SourceContentPath
Link to the blog post, on your framework. for example, the reader will read from: https://example.com/{ContentPath}/your-blog-post-name
Declaration
public static string ContentPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This is automatically URL-encoded. Don't put slash("/") into this.
TagPath
Link to the tag list, on your framework. for example, the reader will read from: https://example.com/{TagPath}/0
Declaration
public static string TagPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This is automatically URL-encoded. Don't put slash("/") into this.