AttributeBlockChunkGenerator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
AttributeBlockChunkGenerator(System::String ^ name, Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ suffix);
public AttributeBlockChunkGenerator (string name, Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, Microsoft.AspNetCore.Razor.Text.LocationTagged<string> suffix);
new Microsoft.AspNetCore.Razor.Chunks.Generators.AttributeBlockChunkGenerator : string * Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * Microsoft.AspNetCore.Razor.Text.LocationTagged<string> -> Microsoft.AspNetCore.Razor.Chunks.Generators.AttributeBlockChunkGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))
參數
- name
- String
- prefix
- LocationTagged<String>
- suffix
- LocationTagged<String>