We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4764cf3 commit dab7f64Copy full SHA for dab7f64
README.md
@@ -40,7 +40,7 @@ where `{0}` is the value from `PageTitle` and `{1}` is the value from `SiteName`
40
### Methods
41
42
- `SetCustomMeta(string key, string value, CustomMetaAttributeKey? attribute = null)`: Add any
43
- custom meta-tag. Keys starting with prefixes such as `og:` or `fb:` default to the `property` attribute. Use
+ custom meta-tag. Keys starting with known prefixes such as `og:` or `fb:` default to the `property` attribute. Use
44
the `attribute` parameter to explicitly choose `name` or `property`.
45
- `SetMetaRobots(bool index, bool follow)`: Specify the instructions for robots.
46
Updates the value for `MetaRobots`.
0 commit comments