At.FF.Krems.Configuration.Annotations.AspMvcAreaMasterLocationFormatAttribute.AspMvcAreaMasterLocationFormatAttribute C# (CSharp) Méthode

AspMvcAreaMasterLocationFormatAttribute() public méthode

public AspMvcAreaMasterLocationFormatAttribute ( [ format ) : System
format [
Résultat System
    public AspMvcAreaMasterLocationFormatAttribute([NotNull] string format)
    {
      Format = format;
    }
AspMvcAreaMasterLocationFormatAttribute