1 write to _route
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
28
set =>
_route
= !_isFrozen ? value : throw new InvalidOperationException("StaticAssetDescriptor is frozen and doesn't accept further changes");
1 reference to _route
Microsoft.AspNetCore.StaticAssets (1)
StaticAssetDescriptor.cs (1)
27
get =>
_route
?? throw new InvalidOperationException("Route is required");