Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aba6f8 commit d00d387Copy full SHA for d00d387
src/BootstrapBlazor.Server/Components/Samples/Sockets/SocketFactories.razor
@@ -95,8 +95,7 @@ private async Task CreateClient()
95
<li>使用 <code>DataPropertyConverterAttribute</code> 标签约定如何转换数据类型 (Property) 属性值</li>
96
</ol>
97
98
-<Pre>[DataTypeConverter(Type = typeof(DataConverter<MockEntity>))]
99
-class MockEntity
+<Pre>class MockEntity
100
{
101
[DataPropertyConverter(Type = typeof(byte[]), Offset = 0, Length = 5)]
102
public byte[]? Header { get; set; }
0 commit comments