Skip to content

Commit a1eb41a

Browse files
committed
Added missing XMLDoc for NoIndex property
1 parent 6d74fbf commit a1eb41a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

OnTopic.ViewModels/PageTopicViewModel.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ public class PageTopicViewModel: TopicViewModel, IPageTopicViewModel {
4848
/// <inheritdoc />
4949
public string? MetaKeywords { get; set; }
5050

51+
/*==========================================================================================================================
52+
| META KEYWORDS
53+
\-------------------------------------------------------------------------------------------------------------------------*/
54+
/// <summary>
55+
/// Determines whether or not search engines are expected to index the page.
56+
/// </summary>
5157
public bool? NoIndex { get; set; }
5258

5359
/*==========================================================================================================================

0 commit comments

Comments
 (0)