9 instantiations of AcceptsAssetPathAttribute
Microsoft.AspNetCore.Components.Web (9)
Web\AssetPathAttributes.cs (9)
13
[
AcceptsAssetPath
("audio", "src")]
14
[
AcceptsAssetPath
("img", "src")]
15
[
AcceptsAssetPath
("input", "src")]
16
[
AcceptsAssetPath
("link", "href")]
17
[
AcceptsAssetPath
("script", "src")]
18
[
AcceptsAssetPath
("source", "src")]
19
[
AcceptsAssetPath
("track", "src")]
20
[
AcceptsAssetPath
("video", "poster")]
21
[
AcceptsAssetPath
("video", "src")]
2 references to AcceptsAssetPathAttribute
Microsoft.AspNetCore.Components (1)
AcceptsAssetPathAttribute.cs (1)
24
/// Initializes a new instance of <see cref="
AcceptsAssetPathAttribute
"/>.
Microsoft.AspNetCore.Components.Web (1)
Web\AssetPathAttributes.cs (1)
11
/// <c>AssetPathAttributes</c> and annotate it with <see cref="
AcceptsAssetPathAttribute
"/>.