Add CR-requested comment

This commit is contained in:
dougbu 2014-04-09 14:30:12 -07:00
parent f0a97772f5
commit 82b071c80e
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{