Add CR-requested comment
This commit is contained in:
parent
f0a97772f5
commit
82b071c80e
|
|
@ -588,6 +588,7 @@ namespace Microsoft.AspNet.Mvc.Rendering
|
|||
}
|
||||
}
|
||||
|
||||
// Special-case opaque values and arbitrary binary data.
|
||||
var byteArrayValue = value as byte[];
|
||||
if (byteArrayValue != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue