You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NetEvolve.ForgingBlazor.Extensibility/Models/PageBase.cs
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,4 +61,36 @@ public abstract record PageBase
61
61
Description="An optional shortened or alternative title used specifically for navigation links and breadcrumbs. When not specified, the main title is used as fallback. Useful for long titles that need truncation in UI elements."
62
62
)]
63
63
publicstring?LinkTitle{get;set;}
64
+
65
+
/// <summary>
66
+
/// Gets or sets the absolute URL of the page including the base URL.
67
+
/// </summary>
68
+
/// <value>
69
+
/// The fully qualified URL of the page, including the protocol, domain, and path.
70
+
/// This value is automatically set during page processing and includes the complete URL structure
0 commit comments