LocalizedHtmlString.Value doesn't include arguments (#8376)
* Clarify that Value is prior to formatting with any constructor arguments
This commit is contained in:
parent
74ba9898f4
commit
fd80509fef
|
|
@ -72,7 +72,7 @@ namespace Microsoft.AspNetCore.Mvc.Localization
|
|||
public string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// The string resource.
|
||||
/// The original resource string, prior to formatting with any constructor arguments.
|
||||
/// </summary>
|
||||
public string Value { get; }
|
||||
|
||||
|
|
@ -98,4 +98,4 @@ namespace Microsoft.AspNetCore.Mvc.Localization
|
|||
formattableString.WriteTo(writer, encoder);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue